The following document contains the results of Checkstyle 6.18 with hbase/checkstyle.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| annotation | MissingDeprecated | 163 | |
| blocks | EmptyBlock | 52 | |
| LeftCurly | 343 | ||
| NeedBraces | 1912 | ||
| coding | EmptyStatement | 14 | |
| EqualsHashCode | 12 | ||
| InnerAssignment | 137 | ||
| MissingSwitchDefault | 38 | ||
| NoFinalizer | 1 | ||
| design | FinalClass | 62 | |
| HideUtilityClassConstructor | 92 | ||
| InterfaceIsType | 5 | ||
VisibilityModifier
|
132 | ||
| imports | AvoidStarImport | 9 | |
ImportOrder
|
940 | ||
| RedundantImport | 14 | ||
UnusedImports
|
75 | ||
| indentation | Indentation
|
4964 | |
| javadoc | JavadocTagContinuationIndentation
|
761 | |
| NonEmptyAtclauseDescription | 3295 | ||
| misc | ArrayTypeStyle | 37 | |
| UpperEll | 47 | ||
| sizes | LineLength
|
474 | |
| MethodLength | 38 | ||
| whitespace | FileTabCharacter | 7 | |
| MethodParamPad | 195 | ||
| ParenPad | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class AuthUtil should be declared as final. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.primitives.Longs' import. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 199 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 322 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 407 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 410 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 443 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 445 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 449 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 450 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 519 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 520 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 533 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 534 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 548 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 549 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 563 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 564 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 247 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 332 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 333 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 347 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 348 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 349 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 376 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 377 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 582 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 600 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 603 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 611 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 615 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 620 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 622 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 625 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 645 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 655 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 661 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 670 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 688 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 703 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 704 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 800 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 814 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 835 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 842 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 848 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 942 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 961 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 969 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 971 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 6. | 976 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 986 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 997 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1012 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1013 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1014 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1175 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1192 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1206 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1223 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1224 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1239 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1257 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1258 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1259 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1292 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1308 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1325 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1341 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1358 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1376 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1392 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1404 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1414 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1435 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1437 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1440 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1448 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1449 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1450 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1451 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1452 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1502 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1503 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1616 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1621 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1625 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1630 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1632 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1653 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1654 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1660 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1684 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1685 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1703 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1717 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1731 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1745 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1759 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1795 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1825 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1826 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1827 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1828 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1850 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1870 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1890 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 303 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 375 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 391 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.ArrayList. | 22 | |
| imports | UnusedImports | Unused import - java.util.HashMap. | 26 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil. | 33 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos. | 34 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.LiveServerInfo. | 35 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionInTransition. | 36 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.shaded.protobuf.generated.FSProtos.HBaseVersionFileContent. | 37 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos. | 38 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.RegionSpecifier. | 39 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos.RegionSpecifier.RegionSpecifierType. | 40 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.ByteStringer. | 41 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 257 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' have incorrect indentation level 3, expected level should be 4. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 104 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 7, expected level should be 6. | 168 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - com.google.common.annotations.VisibleForTesting. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.BloomType' import. | 39 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 311 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 322 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 336 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 365 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 367 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 413 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 424 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 514 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 562 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 625 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 671 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 683 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 722 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 764 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 773 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 785 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 855 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 909 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1015 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1081 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1083 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1088 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1090 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 571 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 858 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue.KVComparator' import. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 251 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 265 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 298 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 301 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 332 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 356 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 370 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 384 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 387 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 400 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 413 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 416 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 502 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 511 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 513 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 691 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 735 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 818 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 822 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 836 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 838 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 840 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 871 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 894 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 936 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 940 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 946 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 950 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 961 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 965 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 974 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 998 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1008 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1009 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1014 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1023 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1024 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1029 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1035 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1036 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1041 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1047 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1048 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1057 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1058 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1086 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1087 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1136 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 45 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 155 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 338 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 348 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 430 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 487 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 501 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 577 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 587 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 597 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 619 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 743 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 745 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 754 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 760 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 797 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 897 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 913 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 929 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 939 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 949 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 961 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 973 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 982 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 990 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1009 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1091 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1093 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1098 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1100 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1111 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1220 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1233 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1247 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1262 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1308 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1333 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1367 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1389 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1434 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1448 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1476 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1482 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1492 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1514 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1515 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 108 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 109 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 110 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 111 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 112 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 113 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 114 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 115 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 116 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 117 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 118 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 119 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 120 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 121 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 122 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.CoprocessorEnvironment. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.coprocessor.*. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.Callable' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 298 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 299 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 369 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 381 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 390 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 427 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 441 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 456 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 472 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 492 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 511 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 528 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 549 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 561 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 562 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 563 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 564 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 565 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 566 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 567 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 568 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 569 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 570 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 571 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 587 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 622 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 631 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 632 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 636 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 3, expected level should be 2. | 637 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 658 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 674 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 675 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 676 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 677 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 678 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 679 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 680 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 681 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 682 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 683 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 684 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 685 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 686 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 687 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 688 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 714 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 735 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 736 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 772 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 773 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 774 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 775 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 776 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 777 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 892 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1212 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1521 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1536 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1537 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1539 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1649 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1650 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1658 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1659 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1661 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1680 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1681 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1840 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1841 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1851 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1852 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1853 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1854 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1855 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1856 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1952 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1953 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1963 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1964 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1965 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1966 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1967 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1968 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be 4. | 1994 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2011 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2012 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2013 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2014 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2015 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2016 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2017 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2158 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2207 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2208 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2209 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2210 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2254 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2255 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2333 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2335 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2342 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2344 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2351 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2352 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2353 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2355 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2368 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2370 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2371 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2379 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2380 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2382 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2383 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2388 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2400 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2401 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2422 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2427 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2449 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2450 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2452 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2468 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2469 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2470 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2472 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2667 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2668 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2669 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 30 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 41 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 52 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Function' import. | 40 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 241 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 395 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 426 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 452 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 462 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 477 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 491 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 492 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 494 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 511 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 515 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 541 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 550 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 559 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 560 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 561 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 580 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 589 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 590 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 593 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 598 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CopyOnWriteArrayList' import. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 116 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 240 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 256 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 257 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 264 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 265 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 337 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 338 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 425 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 431 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 432 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 70 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 225 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 247 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 260 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 273 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 289 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 292 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 305 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 322 | |
| coding | EmptyStatement | Empty statement. | 332 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 348 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 382 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 394 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 406 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 414 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 431 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 452 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 465 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 467 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 479 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 506 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 507 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 508 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 509 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 510 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 511 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 512 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 513 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 514 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 515 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 529 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 530 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 531 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 532 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 533 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 534 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 535 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 536 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 537 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 538 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 539 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 540 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 541 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 542 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 556 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 594 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 608 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 630 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 659 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 660 | |
| indentation | Indentation | 'getServerUserRegions' have incorrect indentation level 2, expected level should be 4. | 663 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 671 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 673 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 692 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 699 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 738 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 773 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 785 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 786 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 801 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 803 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 804 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 820 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 950 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 955 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 973 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 980 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 984 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 986 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 994 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1002 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1060 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1070 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1084 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1098 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1156 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1193 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1202 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1277 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1291 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1383 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1393 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1410 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1429 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1442 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1463 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1488 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1594 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1643 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1644 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1646 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1648 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1762 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1879 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1893 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1921 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1943 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1959 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1969 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1988 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2018 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2038 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2039 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2158 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2202 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2220 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class NamespaceDescriptor should be declared as final. | 40 | |
| design | FinalClass | Class Builder should be declared as final. | 164 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 71 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 119 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 169 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 193 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 265 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 29 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.replication.ReplicationLoadSink' import. | 34 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.net.HostAndPort' import. | 32 | |
| design | FinalClass | Class ServerName should be declared as final. | 53 | |
| indentation | Indentation | 'class def modifier' have incorrect indentation level 2, expected level should be 0. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 186 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 187 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 188 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 225 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 228 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 242 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 244 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 249 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 296 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 298 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 310 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 311 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 312 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 318 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 323 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 324 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 351 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 362 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 365 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue.KVComparator' import. | 29 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 117 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 119 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 121 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 124 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 126 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 128 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 129 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 130 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 171 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 179 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 184 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 404 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 405 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 432 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 484 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 485 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 502 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 517 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 522 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ZNodeClearer should be declared as final. | 50 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| blocks | LeftCurly | '{' at column 50 should have line break after. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HBaseInterfaceAudience. | 35 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Function' import. | 46 | |
| design | FinalClass | Class HFileArchiver should be declared as final. | 56 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 66 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 68 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 69 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 2, 4. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 223 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 235 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 299 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 301 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 309 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 317 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 326 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 545 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 551 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 568 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 570 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 606 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 616 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 | |
| design | FinalClass | Class TableHFileArchiveTracker should be declared as final. | 40 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.sun.javadoc.DocErrorReporter' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.sun.javadoc.DocErrorReporter' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 36 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 37 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 31 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 203 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 222 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 236 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 239 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 240 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 341 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 342 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 406 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 408 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 475 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 486 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 633 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 634 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 646 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 648 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 650 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 662 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 663 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 664 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 765 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 766 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 775 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 777 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 779 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 780 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 800 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 813 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 900 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 901 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 916 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1042 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1061 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1080 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1089 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1200 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1301 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1356 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1360 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1375 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1492 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1494 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1496 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1693 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1701 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1708 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1717 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1718 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1730 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1740 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1741 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1753 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1771 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1772 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'loc' must be private and have accessor methods. | 84 | |
| design | VisibilityModifier | Variable 'stub' must be private and have accessor methods. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 126 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 140 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 252 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 415 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 527 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 613 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 881 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 882 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 883 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 10. | 428 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 12. | 429 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 430 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 431 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 432 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 10. | 433 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 8. | 434 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.InterruptedIOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 242 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 458 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 478 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 494 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 496 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 510 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 514 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 536 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 557 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 584 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 638 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 664 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 689 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 805 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1134 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'currentRegion' must be private and have accessor methods. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 307 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 8, expected level should be 10. | 308 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcController' import. | 27 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 123 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 126 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 127 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 128 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 129 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 130 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 131 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 132 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 133 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 135 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 136 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 137 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 138 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 4. | 141 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 142 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 148 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 151 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 152 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 153 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 154 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 4. | 157 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 159 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 160 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 162 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 163 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 164 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. | 165 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 167 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 169 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 172 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 174 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 176 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 178 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 180 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 182 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 184 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 186 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 188 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 190 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 192 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 194 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 196 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 198 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 200 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 202 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 204 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 206 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 208 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 210 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 212 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 214 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 217 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 220 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 221 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 223 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 224 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 226 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 229 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 230 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 232 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 233 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 235 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 240 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 241 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 242 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 256 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 257 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 258 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 259 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 260 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 263 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 266 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 267 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 268 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 272 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 273 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 274 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 275 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 276 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 277 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 278 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 279 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 280 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 281 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 282 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 283 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 4. | 284 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 286 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 288 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 290 | |
| indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 4. | 291 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 292 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 295 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 296 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 297 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 298 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 299 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 4. | 300 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 6. | 301 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 6. | 302 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 4. | 303 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 304 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 305 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 323 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 326 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 327 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 330 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 331 | |
| indentation | Indentation | 's' have incorrect indentation level 7, expected level should be 8. | 332 | |
| indentation | Indentation | 'retries' have incorrect indentation level 7, expected level should be 8. | 333 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 334 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 335 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 348 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 349 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 350 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 351 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 352 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 353 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 354 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 355 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 357 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 361 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 363 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 364 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 365 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 366 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 367 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 368 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 370 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 371 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 372 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 375 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 376 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 377 | |
| sizes | MethodLength | Method length is 157 lines (max allowed is 150). | 387 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 389 | |
| blocks | EmptyBlock | Must have at least one statement. | 436 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 449 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 500 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 546 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 547 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 548 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 586 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 707 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 736 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 745 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcController' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 262 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 41 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 31 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 18 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'edu.umd.cs.findbugs.annotations.Nullable' import. | 99 | |
| sizes | MethodLength | Method length is 402 lines (max allowed is 150). | 1258 | |
| coding | NoFinalizer | Avoid using finalizer method. | 1902 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 25 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 296 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 306 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 526 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 186 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 281 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 283 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 285 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 286 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 287 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 410 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 413 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 415 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 417 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 418 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be one of the following: 14, 16. | 419 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 420 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 421 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 422 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 423 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 599 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1215 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1216 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1244 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1470 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1489 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1507 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1525 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1529 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1536 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1540 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1544 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1551 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1553 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1560 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1561 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1562 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1616 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1619 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1621 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 1655 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1722 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1724 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1725 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1726 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1758 | |
| javadoc | JavadocTagContinuationIndentation | Javadoc comment at column 64 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. | 1888 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1920 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1922 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1925 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1926 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1947 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1950 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 7, expected level should be one of the following: 10, 12. | 1952 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1953 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1974 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1977 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1979 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1980 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2099 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2116 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 8. | 2136 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2255 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2699 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2701 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2706 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2707 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 2708 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 2835 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 2920 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 2922 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 2924 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 2925 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 2926 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3589 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3592 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 25 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 426 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 567 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 577 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 634 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 719 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 861 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 862 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 890 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1107 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1113 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 1135 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1155 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1157 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 1158 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1159 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1160 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 270 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 310 | |
| blocks | LeftCurly | '{' at column 55 should have line break after. | 317 | |
| blocks | LeftCurly | '{' at column 53 should have line break after. | 320 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 322 | |
| blocks | LeftCurly | '{' at column 35 should have line break after. | 329 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 332 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'cachedRegionLocations' have incorrect indentation level 2, expected level should be 4. | 52 | |
| indentation | Indentation | 'new' have incorrect indentation level 2, expected level should be 4. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 304 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 363 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.codahale.metrics.Counter' import. | 23 | |
| imports | ImportOrder | Wrong order for 'com.codahale.metrics.JmxReporter' import. | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ConcurrentHashMap' import. | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ConcurrentMap' import. | 38 | |
| imports | ImportOrder | Wrong order for 'com.codahale.metrics.MetricRegistry.name' import. | 42 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 436 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 438 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 439 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 440 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 442 | |
| indentation | Indentation | 'switch' have incorrect indentation level 8, expected level should be 10. | 443 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 444 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 445 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 446 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 447 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 448 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 449 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 450 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 451 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 452 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 453 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 454 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 455 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 12. | 456 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 14. | 457 | |
| indentation | Indentation | 'switch rcurly' have incorrect indentation level 8, expected level should be 10. | 458 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 459 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 461 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 462 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 463 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 466 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 467 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 470 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 471 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 474 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 475 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 478 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 479 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 482 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 483 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 485 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 486 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 487 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 488 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcController' import. | 41 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ArrayListMultimap' import. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 241 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 335 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 345 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 349 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 356 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 368 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 372 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 379 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 381 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 383 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 384 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 482 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 531 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 540 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 541 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 543 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 230 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 262 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 290 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 291 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 292 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 293 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 298 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.CellComparator. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 340 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 343 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 355 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 358 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 370 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 386 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 389 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 457 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Maps' import. | 22 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ArrayListMultimap' import. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 172 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 196 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Objects' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 58 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 133 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 250 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 252 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 358 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 362 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 390 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 849 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 866 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 867 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 885 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 891 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 258 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 259 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 49 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.concurrent.TimeoutException. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 122 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 378 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 395 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 396 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 402 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 699 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 709 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 740 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 889 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 967 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.client.Result. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RegionServerStoppedException' import. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 337 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 246 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 249 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 327 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 384 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.fs.Path. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ConcurrentHashMap' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors' import. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 135 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 136 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 208 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 209 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 265 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 266 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 269 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 270 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 318 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 360 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 379 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 482 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 494 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 637 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 652 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 89 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 90 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 105 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 21 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 50 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 51 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 52 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 53 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 54 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 55 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 56 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 57 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 58 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 59 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 60 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 61 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 62 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 63 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 76 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 77 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 78 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 79 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 80 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 82 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 83 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 84 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 85 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 86 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 87 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 88 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 195 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 199 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| indentation | Indentation | 'finally' child have incorrect indentation level 8, expected level should be 6. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 136 | |
| indentation | Indentation | 'R' have incorrect indentation level 2, expected level should be 4. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 222 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 | |
| indentation | Indentation | 'R' have incorrect indentation level 2, expected level should be 4. | 229 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 279 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 288 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 301 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 303 | |
| indentation | Indentation | 'long' have incorrect indentation level 2, expected level should be 4. | 306 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 346 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 347 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 348 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 350 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 356 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 363 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 364 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 367 | |
| indentation | Indentation | 'S' have incorrect indentation level 2, expected level should be 4. | 370 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 416 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 417 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 418 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 424 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 432 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 433 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 434 | |
| indentation | Indentation | 'Pair' have incorrect indentation level 2, expected level should be 4. | 437 | |
| misc | UpperEll | Should use uppercase 'L'. | 442 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 491 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 492 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 493 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 495 | |
| indentation | Indentation | 'double' have incorrect indentation level 2, expected level should be 4. | 498 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 510 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 511 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 512 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 514 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 528 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 529 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 531 | |
| indentation | Indentation | 'Pair' have incorrect indentation level 2, expected level should be 4. | 534 | |
| misc | UpperEll | Should use uppercase 'L'. | 538 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 599 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 600 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 601 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 603 | |
| indentation | Indentation | 'double' have incorrect indentation level 2, expected level should be 4. | 606 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 609 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 619 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 620 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 621 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 623 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 640 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 641 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 642 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 644 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 645 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 646 | |
| indentation | Indentation | 'Pair' have incorrect indentation level 2, expected level should be 4. | 649 | |
| indentation | Indentation | 'getMedianArgs' have incorrect indentation level 2, expected level should be 4. | 650 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 706 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 707 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 708 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 710 | |
| indentation | Indentation | 'R' have incorrect indentation level 2, expected level should be 4. | 713 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 716 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 724 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 725 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 726 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 728 | |
| indentation | Indentation | 'R' have incorrect indentation level 2, expected level should be 4. | 731 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 751 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 758 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 10. | 790 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 791 | |
| indentation | Indentation | 'validateArgAndGetPB' have incorrect indentation level 2, expected level should be 4. | 802 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 809 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 837 | |
| indentation | Indentation | 'T' have incorrect indentation level 2, expected level should be 4. | 842 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 49 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 48 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| misc | UpperEll | Should use uppercase 'L'. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 | |
| indentation | Indentation | 'ProcessRequest' have incorrect indentation level 2, expected level should be 4. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 146). | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 200). | 55 | |
| sizes | LineLength | Line is longer than 100 characters (found 144). | 75 | |
| sizes | LineLength | Line is longer than 100 characters (found 206). | 76 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 95 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 96 | |
| sizes | LineLength | Line is longer than 100 characters (found 132). | 149 | |
| sizes | LineLength | Line is longer than 100 characters (found 169). | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'countOfRPCcalls' must be private and have accessor methods. | 50 | |
| design | VisibilityModifier | Variable 'countOfRemoteRPCcalls' must be private and have accessor methods. | 55 | |
| design | VisibilityModifier | Variable 'sumOfMillisSecBetweenNexts' must be private and have accessor methods. | 60 | |
| design | VisibilityModifier | Variable 'countOfNSRE' must be private and have accessor methods. | 65 | |
| design | VisibilityModifier | Variable 'countOfBytesInResults' must be private and have accessor methods. | 70 | |
| design | VisibilityModifier | Variable 'countOfBytesInRemoteResults' must be private and have accessor methods. | 75 | |
| design | VisibilityModifier | Variable 'countOfRegions' must be private and have accessor methods. | 80 | |
| design | VisibilityModifier | Variable 'countOfRPCRetries' must be private and have accessor methods. | 85 | |
| design | VisibilityModifier | Variable 'countOfRemoteRPCRetries' must be private and have accessor methods. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableMap' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| design | VisibilityModifier | Variable 'countOfRowsFiltered' must be private and have accessor methods. | 57 | |
| design | VisibilityModifier | Variable 'countOfRowsScanned' must be private and have accessor methods. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 171 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 172 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 173 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 175 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 256 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 267 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 269 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 319 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 321 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 332 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 367 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 377 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 378 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 379 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 391 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 414 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 415 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 416 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 417 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 428 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 494 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 518 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 646 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 647 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 648 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.replication.ReplicationPeerConfig' import. | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 42 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 333 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'edu.umd.cs.findbugs.annotations.NonNull' import. | 25 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 50 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 188 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 189 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 190 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 193 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 208 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 221 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 227 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 229 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 230 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 232 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 234 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 235 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 236 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 237 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 238 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 239 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 240 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 241 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 243 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 244 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 245 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 246 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 248 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 249 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 251 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 254 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 257 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 259 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 393 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 395 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 397 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 400 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 402 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 404 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 406 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 408 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 410 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 412 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 414 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 416 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 418 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 420 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 422 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 424 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 426 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 428 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 430 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 432 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 434 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 436 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 438 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 440 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 442 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 444 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 446 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 448 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 450 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 452 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 454 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 456 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 458 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 460 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 462 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 464 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 466 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellComparator.MetaCellComparator' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 22 | |
| imports | ImportOrder | Wrong order for 'com.google.common.primitives.UnsignedBytes' import. | 28 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 200 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 298 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 76 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 81 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 6. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 34 | |
| blocks | EmptyBlock | Must have at least one statement. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 22 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScanner' import. | 22 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 41 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configured' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 585 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 127). | 32 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 33 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 34 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 36 | |
| sizes | LineLength | Line is longer than 100 characters (found 136). | 40 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 42 | |
| sizes | LineLength | Line is longer than 100 characters (found 146). | 44 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 45 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 46 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 53 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 55 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 57 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 61 | |
| sizes | LineLength | Line is longer than 100 characters (found 140). | 62 | |
| sizes | LineLength | Line is longer than 100 characters (found 151). | 63 | |
| sizes | LineLength | Line is longer than 100 characters (found 128). | 64 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 66 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 69 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 71 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 72 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 73 | |
| sizes | LineLength | Line is longer than 100 characters (found 134). | 75 | |
| sizes | LineLength | Line is longer than 100 characters (found 153). | 76 | |
| sizes | LineLength | Line is longer than 100 characters (found 147). | 77 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 81 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 82 | |
| sizes | LineLength | Line is longer than 100 characters (found 141). | 83 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 84 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 91 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 93 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 94 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 95 | |
| sizes | LineLength | Line is longer than 100 characters (found 125). | 96 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 98 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 105 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 106 | |
| sizes | LineLength | Line is longer than 100 characters (found 129). | 109 | |
| sizes | LineLength | Line is longer than 100 characters (found 133). | 115 | |
| sizes | LineLength | Line is longer than 100 characters (found 135). | 118 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 120 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 148 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 150 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 152 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 154 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 167 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 171 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 174 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 188 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 191 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 192 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 194 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 203 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 216 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 236 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 248 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 255 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 256 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 257 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 258 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoordinatedStateManager' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RegionServerServices' import. | 29 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'ignoreZKDeleteForTesting' must be private and have accessor methods. | 94 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| blocks | EmptyBlock | Must have at least one statement. | 554 | |
| indentation | Indentation | 'ZKUtil' have incorrect indentation level 10, expected level should be 12. | 639 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 780 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 781 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 827 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 874 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 938 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 939 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 21 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.Region' import. | 44 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| blocks | EmptyBlock | Must have at least one statement. | 160 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 222 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 405 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 586 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 587 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 43 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 63 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 158 | |
| misc | UpperEll | Should use uppercase 'L'. | 187 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 213 | |
| misc | UpperEll | Should use uppercase 'L'. | 238 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 251 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 264 | |
| misc | UpperEll | Should use uppercase 'L'. | 301 | |
| misc | UpperEll | Should use uppercase 'L'. | 361 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.Region' import. | 46 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.Region. | 46 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 72 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 86 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 110 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 123 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 146 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 159 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 177 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 184 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 260 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 271 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 282 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 296 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 310 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 321 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 332 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 346 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 360 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 371 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 382 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 396 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 421 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 433 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 456 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 469 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.Region' import. | 46 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.Region. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 65 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 0, expected level should be 2. | 233 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 300 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 444 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScanner' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.Region' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Coprocessor' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 37 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.CleanupBulkLoadRequest' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 29 | |
| indentation | Indentation | 'Q' have incorrect indentation level 0, expected level should be 2. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 39 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.HTable. | 48 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| design | VisibilityModifier | Variable 'impl' must be private and have accessor methods. | 418 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 666 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 668 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be one of the following: 10, 12. | 669 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 670 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 671 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 672 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 10, expected level should be one of the following: 4, 6. | 673 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Coprocessor' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctx' have incorrect indentation level 2, expected level should be 4. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1068 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1077 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1087 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1095 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1112 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1179 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Coprocessor' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 38 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProtos.MultiRowMutationService' import. | 42 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 44 | |
| indentation | Indentation | 'CoprocessorService' have incorrect indentation level 0, expected level should be 2. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 25 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.InternalScanner' import. | 50 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 62 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 65 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 114 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 137 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 159 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 303 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 331 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 357 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 401 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 412 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 415 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 417 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 424 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 437 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 438 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 439 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 442 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 444 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 452 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 455 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 457 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 458 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 462 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 465 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 467 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 472 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 475 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 477 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 484 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 485 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 493 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 516 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 517 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 550 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 642 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 643 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 699 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 701 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 708 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 709 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 710 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 721 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 722 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 724 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 746 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 748 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 778 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 780 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 830 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 861 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1075 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1173 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1225 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1227 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1254 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1375 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1377 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1378 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1386 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1390 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1405 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1409 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1410 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1424 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1428 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1445 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1458 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.Region' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Coprocessor' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 91 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 230 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 132 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 133 | |
| indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 10. | 134 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 136 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 137 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 10. | 138 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 10. | 139 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 12. | 140 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 10. | 141 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 10. | 142 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 144 | |
| indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 10. | 145 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 147 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 12. | 148 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 10. | 149 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 10. | 150 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 12. | 151 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 10. | 152 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 10. | 153 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 154). | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseIOException' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 76 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 82 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 88 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 95 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 102 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 109 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 115 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 121 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 127 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 133 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 139 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 145 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 152 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 158 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 164 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 170 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 176 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 182 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 188 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 194 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 200 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 206 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 212 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 220 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 225 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 232 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 238 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 245 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 252 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 259 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 267 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 274 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 281 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 301 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 4, expected level should be 6. | 312 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 256 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 257 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 258 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 32 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 33 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 34 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 35 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 36 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 37 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 38 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 41 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 42 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 43 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 45 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 48 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 49 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 50 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.InvalidProtocolBufferException' import. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.InvalidProtocolBufferException' import. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.InvalidProtocolBufferException' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 123 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 31 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 33 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 39 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 40 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 62 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 117 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 183 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 35 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 142 | |
| indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 143 | |
| indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 38 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 64 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 | |
| indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 212 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 213 | |
| indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 6. | 217 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 6. | 218 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 6. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 35 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 147 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 148 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 149 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 150 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 151 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 152 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 153 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 154 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 155 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 156 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 157 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 158 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 159 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 160 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 176 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 37 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 237 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 267 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 272 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 273 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.InvalidProtocolBufferException' import. | 31 | |
| sizes | LineLength | Line is longer than 100 characters (found 144). | 39 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 42 | |
| indentation | Indentation | 'enum def rcurly' have incorrect indentation level 0, expected level should be 2. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 269 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.InvalidProtocolBufferException' import. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 320 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 321 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 322 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 323 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 324 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 325 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 326 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 327 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 328 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 329 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 342 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 343 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 344 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 345 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 346 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 347 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 348 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 349 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 350 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 352 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 353 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 354 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 355 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 356 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 357 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 358 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 359 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 360 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 361 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 362 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 443 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 469 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 471 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 474 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 475 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.InvalidProtocolBufferException' import. | 30 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 43 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 166 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.ByteString' import. | 32 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 41 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 16, expected level should be one of the following: 10, 12. | 197 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 18, expected level should be one of the following: 12, 14. | 200 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 16, expected level should be one of the following: 10, 12. | 202 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 203 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 209 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 589 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 590 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 599 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 601 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 612 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 613 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 616 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 35 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 50 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 25 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 76 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 80 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 6. | 82 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 90 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 92 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 50 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 169 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 170 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 171 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.InvalidProtocolBufferException' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 125 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 111 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 122 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 205 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 218 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 234 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 267 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 295 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 383 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 478 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 516 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 542 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 569 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 599 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 629 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 650 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 672 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 695 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 738 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 769 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 771 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 773 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 775 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 777 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 779 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 781 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 783 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 793 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 794 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 801 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 803 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 805 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 807 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 809 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 819 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 840 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 860 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.InvalidProtocolBufferException' import. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.InvalidProtocolBufferException' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.InvalidProtocolBufferException' import. | 41 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 166 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 199 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 372 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 373 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 374 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 375 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 376 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.InvalidProtocolBufferException' import. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 136 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.InvalidProtocolBufferException' import. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 100 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 174 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 179 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 201 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 202 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 203 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 204 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 205 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 206 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 207 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 208 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 209 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 210 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 211 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 212 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 213 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 214 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 236 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 289 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 334 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 362 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 364 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 367 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 368 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.InvalidProtocolBufferException' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.InvalidProtocolBufferException' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 32 | |
| sizes | LineLength | Line is longer than 100 characters (found 135). | 41 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.InvalidProtocolBufferException' import. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.InvalidProtocolBufferException' import. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' should be on the previous line. | 291 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 294 | |
| indentation | Indentation | 'try' have incorrect indentation level 16, expected level should be one of the following: 10, 12. | 296 | |
| indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be one of the following: 12, 14. | 297 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 14, 16. | 299 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 14, 16. | 300 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be one of the following: 12, 14. | 301 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be one of the following: 14, 16. | 302 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be one of the following: 14, 16. | 303 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be one of the following: 16, 18. | 308 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be one of the following: 14, 16. | 309 | |
| indentation | Indentation | 'else' child have incorrect indentation level 20, expected level should be one of the following: 14, 16. | 310 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 18, expected level should be one of the following: 12, 14. | 311 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 16, expected level should be one of the following: 10, 12. | 312 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 18, expected level should be one of the following: 12, 14. | 315 | |
| indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be one of the following: 12, 14. | 316 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 14, 16. | 317 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be one of the following: 12, 14. | 319 | |
| indentation | Indentation | 'if' have incorrect indentation level 18, expected level should be one of the following: 12, 14. | 320 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 14, 16. | 321 | |
| indentation | Indentation | 'if' have incorrect indentation level 20, expected level should be one of the following: 14, 16. | 322 | |
| indentation | Indentation | 'if' child have incorrect indentation level 22, expected level should be one of the following: 16, 18. | 323 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 20, expected level should be one of the following: 14, 16. | 324 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be one of the following: 14, 16. | 325 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 18, expected level should be one of the following: 12, 14. | 326 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 18, expected level should be one of the following: 12, 14. | 327 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 16, expected level should be one of the following: 10, 12. | 328 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 329 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 330 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 30 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 43 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 48 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 49 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 50 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 51 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 52 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 53 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 54 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 55 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 86 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 87 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 88 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 89 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 90 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 91 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 22 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 3, expected level should be 2. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 23 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.log4j.AppenderSkeleton' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Arrays. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 54 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ReflectionUtils' import. | 61 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 89 | |
| design | FinalClass | Class ListenerInfo should be declared as final. | 144 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 200 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 202 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 204 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 263 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 272 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 281 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 338 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 339 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be 4. | 340 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 343 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 344 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be 4. | 345 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 427 | |
| indentation | Indentation | 'ctor def rparen' have incorrect indentation level 6, expected level should be 2. | 429 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 433 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 453 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 468 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 474 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 493 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 514 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 665 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 672 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 739 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 826 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 827 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 828 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 829 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 830 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 831 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 832 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 916 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 927 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 938 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 951 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1079 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 1186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1231 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1232 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1235 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 1353 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 52 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 62 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 65 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 66 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 67 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 68 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 6. | 70 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 74 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 92 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.net.ssl.SSLServerSocket' import. | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 35 | |
| imports | ImportOrder | Wrong order for 'javax.servlet.Filter' import. | 40 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.http.ServerConfigurationKeys.HBASE_HTTP_STATIC_USER' import. | 42 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.http.ServerConfigurationKeys.DEFAULT_HBASE_HTTP_STATIC_USER' import. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 45 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 77 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 8, expected level should be 4. | 101 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 171 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 171 | |
| coding | EmptyStatement | Empty statement. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def' child have incorrect indentation level 6, expected level should be 4. | 36 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 61 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 63 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 64 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 65 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 66 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 67 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 27 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 130 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 152 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataInputStream' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 6. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 258 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 289 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 292 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 344 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 473 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 32 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| sizes | MethodLength | Method length is 176 lines (max allowed is 150). | 120 | |
| design | VisibilityModifier | Variable 'atEnd' must be private and have accessor methods. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 167 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataOutputStream' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 138 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 227 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 228 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 231 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 232 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.IOException. | 21 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 205 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.nio.channels.CompletionHandler. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 540 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 331 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 346 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 355 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 355 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 371 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 374 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 401 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 433 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class Context should be declared as final. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 261 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 262 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 284 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 302 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 303 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 319 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 320 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 338 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 339 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 340 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 341 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 342 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 343 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 357 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 358 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 359 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 360 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 361 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 362 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 363 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 376 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 377 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 378 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 379 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 384 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 403 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 404 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 405 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 406 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 407 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 408 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 420 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 421 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 428 | |
| indentation | Indentation | 'try' have incorrect indentation level 26, expected level should be 6. | 428 | |
| indentation | Indentation | 'try' child have incorrect indentation level 6, expected level should be 8. | 429 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 430 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 431 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 432 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 4, expected level should be 6. | 433 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 6, expected level should be 8. | 434 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 4, expected level should be 6. | 435 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 446 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 470 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 46 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.crypto.spec.IvParameterSpec' import. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| coding | EmptyStatement | Empty statement. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.crypto.spec.IvParameterSpec' import. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.crypto.Cipher' import. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 142 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1008 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1009 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1010 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1012 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1102 | |
| indentation | Indentation | 'method call rparen' have incorrect indentation level 8, expected level should be 4. | 1155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 4. | 186 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 187 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 4. | 188 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 6. | 189 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 4. | 190 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 6. | 191 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 4. | 192 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 6. | 193 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 4. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UpperEll | Should use uppercase 'L'. | 367 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 38 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 136 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 170 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 238 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 42 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 37 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 281 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 290 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 401 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 452 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 570 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 571 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 573 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 585 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 632 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 682 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 683 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 687 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellComparator' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 130 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 144 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 151 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 169 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 234 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 257 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 316 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 339 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 69 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 136 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 215 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 216 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 309 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 310 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 345 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 346 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 350 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 351 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 352 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 353 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 368 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 369 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 372 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 373 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 375 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 376 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 377 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 379 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 488 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 502 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 503 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 505 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 506 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 507 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 508 | |
| sizes | LineLength | Line is longer than 100 characters (found 130). | 552 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 554 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 628 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 741 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 742 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 760 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 761 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 768 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 770 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 781 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 782 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 783 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 789 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 790 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 792 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 795 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 802 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 55 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 236 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 240 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 242 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 243 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 244 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 245 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 246 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 247 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 248 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 249 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 251 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 252 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 253 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 254 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 255 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 256 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 258 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 259 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 261 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 263 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 264 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 266 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 269 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 270 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 2, 4. | 271 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 433 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 434 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 470 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 946 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 975 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 976 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1088 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1089 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1212 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1257 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be 6. | 1288 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1337 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1461 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1495 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1620 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1661 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1989 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 66 | |
| indentation | Indentation | 'class def modifier' have incorrect indentation level 3, expected level should be 2. | 118 | |
| indentation | Indentation | 'class def modifier' have incorrect indentation level 3, expected level should be 2. | 238 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 407 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 474 | |
| indentation | Indentation | 'class def modifier' have incorrect indentation level 3, expected level should be 2. | 522 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 563 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 564 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 565 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 570 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 594 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 595 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 596 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 602 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 685 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 731 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 777 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 780 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 782 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 852 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 883 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 898 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1073 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1169 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1299 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1303 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1328 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1374 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1530 | |
| blocks | LeftCurly | '{' at column 7 should be on the previous line. | 1563 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1590 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1591 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1607 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1639 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1676 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.codahale.metrics.ConsoleReporter' import. | 81 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 214 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 251 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 282 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 324 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 546 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 552 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 566 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 636 | |
| design | FinalClass | Class SimpleReporter should be declared as final. | 653 | |
| design | FinalClass | Class Builder should be declared as final. | 669 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 317 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 319 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 335 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 567 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 640 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 644 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 655 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 840 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 897 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 903 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 938 | |
| misc | UpperEll | Should use uppercase 'L'. | 943 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1037 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1093 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1155 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 1286 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 1290 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 1291 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 1292 | |
| indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 6. | 1294 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 1295 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 1296 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 1297 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 1303 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 1305 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 1306 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 1307 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 1308 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 1313 | |
| indentation | Indentation | 'if' have incorrect indentation level 11, expected level should be 10. | 1325 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 1333 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 1339 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 1340 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 11, expected level should be 10. | 1341 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 1342 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 1343 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 1344 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 1345 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 1346 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 1347 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 1348 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1351 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1354 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1369 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1554 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1619 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1755 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1756 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 50 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 51 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 52 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 53 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 54 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 55 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 77 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 88 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 89 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 122 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellComparator.MetaCellComparator' import. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 263 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 297 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 303 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 306 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 314 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 342 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 343 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 374 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 393 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 411 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 424 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 425 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 426 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 427 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 428 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 429 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 497 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 634 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 652 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 669 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 50 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 116 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 255 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 342 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 381 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 382 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 446 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 447 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 491 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 498 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 508 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 527 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 540 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 601 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 614 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 626 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 878 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1025 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1027 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1078 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 88 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class NoOpDataBlockEncoder should be declared as final. | 35 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 71 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.ArrayList. | 23 | |
| imports | UnusedImports | Unused import - java.util.List. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Objects' import. | 39 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 61 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 214 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 222 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 252 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 253 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 279 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 54. | 280 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 54. | 281 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 54. | 282 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be one of the following: 4, 54. | 283 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 290 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 291 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 418 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 440 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 441 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 456 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 465 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 574 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 579 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 581 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 304 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 305 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 307 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 340 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 357 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 692 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 806 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 825 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 964 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 965 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 980 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 986 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 992 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 995 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1008 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1009 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1039 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1043 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1052 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 1123 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 1277 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1321 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1354 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1420 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1423 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.Cacheable.MemoryType' import. | 27 | |
| sizes | LineLength | Line is longer than 100 characters (found 192). | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.MinMaxPriorityQueue' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.Cacheable.MemoryType' import. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 135 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 30 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 39 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 60 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 64 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 68 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 72 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 94 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 98 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 102 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcCallback' import. | 35 | |
| imports | ImportOrder | Wrong order for 'io.netty.util.HashedWheelTimer' import. | 37 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.BufferedInputStream' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.HBaseSaslRpcClient' import. | 69 | |
| blocks | EmptyBlock | Must have at least one statement. | 472 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 541 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'action' must be private and have accessor methods. | 43 | |
| design | VisibilityModifier | Variable 'error' must be private and have accessor methods. | 45 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.Message' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.shaded.com.google.protobuf.UnsafeByteOperations. | 33 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 40 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors' import. | 42 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 234 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 114). | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 28 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 73 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 40 should have line break after. | 203 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'io.netty.bootstrap.Bootstrap' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.NettyHBaseSaslRpcClientHandler' import. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'io.netty.buffer.ByteBuf' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionAction' import. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.Message' import. | 44 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 24 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.AuthMethod' import. | 38 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.AccessDeniedException' import. | 116 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.ByteString' import. | 150 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.BlockingService' import. | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 471 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 472 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 641 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 893 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 897 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 932 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 989 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1072 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1079 | |
| indentation | Indentation | 'try' child have incorrect indentation level 9, expected level should be 10. | 1194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1212 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1246 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1247 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1248 | |
| design | VisibilityModifier | Variable 'attemptingUser' must be private and have accessor methods. | 1373 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be 4. | 1401 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1470 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 14. | 1492 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 16. | 1493 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 18. | 1494 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 16. | 1496 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1497 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1501 | |
| indentation | Indentation | 'case' child have incorrect indentation level 12, expected level should be 14. | 1502 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1503 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1504 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 16. | 1505 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 18. | 1506 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 16. | 1507 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1508 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1508 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 16. | 1509 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 18. | 1510 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 16. | 1513 | |
| indentation | Indentation | 'block' child have incorrect indentation level 14, expected level should be 16. | 1514 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1524 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1717 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1718 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 8. | 1887 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 8. | 1888 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1916 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1918 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1976 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1981 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1983 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1989 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2000 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2005 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2012 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2013 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2015 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2070 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2092 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2110 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2187 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2294 | |
| blocks | LeftCurly | '{' at column 11 should have line break after. | 2296 | |
| blocks | LeftCurly | '{' at column 13 should have line break after. | 2302 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2366 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2370 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2371 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2488 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2492 | |
| blocks | LeftCurly | '{' at column 46 should have line break after. | 2508 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2518 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2540 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2541 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2631 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2632 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2712 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 2775 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2791 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 2796 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2875 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScanner' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 257 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 275 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 276 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 282 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 26 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 44 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 45 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 49 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 26 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 38 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 40 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 41 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configured' import. | 25 | |
| indentation | Indentation | 'implements' have incorrect indentation level 2, expected level should be 4. | 53 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 28 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 232 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 274 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 302 | |
| blocks | LeftCurly | '{' at column 21 should have line break after. | 312 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 44 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 51 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 169 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 173 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 174 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 213 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 230 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 298 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 315 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 354 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 361 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.mapreduce.TableRecordReaderImpl.LOG_PER_ROW_COUNT' import. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.DataInput' import. | 36 | |
| indentation | Indentation | 'getRecordReader' have incorrect indentation level 2, expected level should be 4. | 151 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 160 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 79 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 52 | |
| indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 91 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 248 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 260 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 263 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 286 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 313 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 315 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 128 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 129 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 130 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 131 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 10. | 134 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 213 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 215 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 216 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 218 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 364 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be one of the following: 8, 72, 73. | 375 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 85 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 89 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 26 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 43 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.RegionLocator' import. | 54 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.CacheConfig' import. | 61 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 82 | |
| indentation | Indentation | 'createRecordWriter' have incorrect indentation level 2, expected level should be 4. | 135 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 191 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 266 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 366 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 27 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 55 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 56 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Charsets' import. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 319 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 283 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 346 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 426 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 511 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 539 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 543 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 561 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 64 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 155 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 399 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 401 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 424 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 425 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 427 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 631 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 658 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 660 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 677 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 691 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 694 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 695 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 729 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 739 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 750 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 762 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 127). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellComparator' import. | 25 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 39 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 41 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.HashMultimap' import. | 98 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 254 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 595 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 20 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.mapreduce.HFileOutputFormat2' import. | 30 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.mapreduce.HFileOutputFormat2. | 30 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 32 | |
| indentation | Indentation | 'getRecordWriter' have incorrect indentation level 2, expected level should be 4. | 54 | |
| indentation | Indentation | 'createMultiHFileRecordWriter' have incorrect indentation level 2, expected level should be 4. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 48 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 49 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 38 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'Class' have incorrect indentation level 2, expected level should be 4. | 97 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 99 | |
| indentation | Indentation | 'void' have incorrect indentation level 2, expected level should be 4. | 111 | |
| indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def rparen' have incorrect indentation level 8, expected level should be 4. | 163 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 265 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 282 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.lang.StringUtils' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 50 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 53 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Throwables' import. | 53 | |
| indentation | Indentation | 'enum def rcurly' have incorrect indentation level 81, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 202 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 203 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 205 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 5, expected level should be 4. | 577 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Pair' import. | 41 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 51 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 8. | 132 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 257 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 36 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 102 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 294 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 327 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 329 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 354 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 510 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 521 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 523 | |
| sizes | LineLength | Line is longer than 100 characters (found 135). | 524 | |
| sizes | LineLength | Line is longer than 100 characters (found 150). | 529 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 576 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 595 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 640 | |
| blocks | LeftCurly | '{' at column 21 should have line break after. | 652 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 54 | |
| imports | ImportOrder | Wrong order for 'com.codahale.metrics.MetricRegistry' import. | 65 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 70 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 86 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 109 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 137 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 140 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 145 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 159 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 164 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 172 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 185 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 231 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 243 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 257 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 268 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 282 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 293 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 358 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 363 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 364 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 604 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 620 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 622 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 624 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 625 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 626 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 627 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 628 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 629 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 630 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 652 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 654 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 656 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 657 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 658 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 659 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 660 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 661 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 662 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 679 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 724 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 749 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 816 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 817 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 890 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 905 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 921 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 947 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 961 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 972 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 27 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 55 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 76 | |
| indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 35 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 241 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 271 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.DataInput' import. | 39 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 199 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.HRegion' import. | 43 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayOutputStream' import. | 51 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 62 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 390 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 391 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 31 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 143 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 50 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.ImmutableBytesWritable' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.mapreduce.Counter' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 39 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.WAL.Entry' import. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 255 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| indentation | Indentation | 'extends' have incorrect indentation level 2, expected level should be 4. | 136 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 182 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 | |
| blocks | EmptyBlock | Must have at least one statement. | 201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 219 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 298 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 315 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'enum def rcurly' have incorrect indentation level 99, expected level should be 4. | 102 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 214 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 14, expected level should be 16. | 215 | |
| blocks | LeftCurly | '{' at column 50 should have line break after. | 287 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 538 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 542 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 153 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 154 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.quotas.QuotaExceededException' import. | 81 | |
| design | VisibilityModifier | Variable 'TEST_SKIP_SPLIT_HANDLING' must be private and have accessor methods. | 199 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 230 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 230 | |
| misc | UpperEll | Should use uppercase 'L'. | 243 | |
| misc | UpperEll | Should use uppercase 'L'. | 268 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 337 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 338 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 371 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 373 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 425 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 426 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 427 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 428 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 460 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 461 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 462 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 466 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 638 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 656 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 657 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 680 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 739 | |
| sizes | MethodLength | Method length is 184 lines (max allowed is 150). | 743 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 925 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 8. | 990 | |
| indentation | Indentation | 'try' have incorrect indentation level 7, expected level should be 8. | 991 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 10. | 992 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 12. | 993 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 10. | 994 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 7, expected level should be 8. | 995 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 9, expected level should be 10. | 996 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 9, expected level should be 10. | 997 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 9, expected level should be 10. | 998 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 9, expected level should be 10. | 999 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 7, expected level should be 8. | 1000 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 7, expected level should be 8. | 1001 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 9, expected level should be 10. | 1002 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 9, expected level should be 10. | 1003 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1026 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1027 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1028 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1029 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1030 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 1031 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 1032 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 1033 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 1034 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 1035 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1036 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1037 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1038 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1039 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1040 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 1041 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 1045 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 1046 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1047 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1048 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1049 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1050 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1051 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 8, expected level should be 10. | 1052 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1053 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1060 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1061 | |
| sizes | MethodLength | Method length is 181 lines (max allowed is 150). | 1063 | |
| indentation | Indentation | 'for' child have incorrect indentation level 7, expected level should be 8. | 1108 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1241 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1260 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1262 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1452 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1480 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1529 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1530 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1560 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1561 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1639 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1640 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1644 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1694 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1695 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1697 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1704 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1709 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1720 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1765 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1767 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1828 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1829 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1830 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1831 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1832 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1833 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1834 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1835 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1836 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1837 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1838 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1839 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1840 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1841 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2031 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2040 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2043 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2797 | |
| blocks | LeftCurly | '{' at column 60 should have line break after. | 2810 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2922 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2923 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2924 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2925 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2926 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2927 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2928 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2929 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2930 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2931 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 2932 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 2933 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 2934 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 2935 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 2940 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2941 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2942 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2943 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2944 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2945 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2946 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2947 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2948 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2949 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 2950 | |
| indentation | Indentation | 'try' have incorrect indentation level 10, expected level should be 12. | 2951 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 14. | 2952 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 10, expected level should be 12. | 2953 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 14. | 2954 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 10, expected level should be 12. | 2955 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 2956 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2957 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2958 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2959 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2960 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2961 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2962 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2963 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2964 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 2965 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 2966 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 2967 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 2968 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 2969 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 2970 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2971 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2972 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2973 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2974 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2976 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2977 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 32 | |
| sizes | MethodLength | Method length is 222 lines (max allowed is 150). | 97 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 324 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 325 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 449 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 450 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 466 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 620 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 163 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 227 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 316 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 317 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 320 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 323 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 337 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 338 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 359 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 370 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 371 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 384 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 385 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 386 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 419 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 439 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 441 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 288 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 300 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 10, expected level should be 8. | 305 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 10, expected level should be 8. | 306 | |
| indentation | Indentation | 'try' have incorrect indentation level 10, expected level should be 8. | 311 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 10. | 312 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 10, expected level should be 8. | 315 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 14, expected level should be 10. | 316 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 10, expected level should be 8. | 317 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 8. | 322 | |
| indentation | Indentation | 'class def rcurly' have incorrect indentation level 2, expected level should be 4. | 324 | |
| design | FinalClass | Class ClusterStatusEncoder should be declared as final. | 326 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 28 | |
| blocks | LeftCurly | '{' at column 58 should have line break after. | 102 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 33 | |
| indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 8. | 203 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 10. | 204 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 8. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.FSUtils. | 146 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 633 | |
| sizes | MethodLength | Method length is 179 lines (max allowed is 150). | 665 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 753 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 761 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 897 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 946 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 948 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 950 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 952 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 954 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 962 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 963 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 966 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 967 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1018 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1019 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1020 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1021 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1022 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1023 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1024 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1025 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1026 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1027 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1159 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1188 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1322 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1326 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1520 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1786 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1794 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1801 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1809 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2244 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2323 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2454 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2527 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2549 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2569 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2580 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2582 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2599 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2683 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 2686 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2693 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2727 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 78 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 174 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'edu.umd.cs.findbugs.annotations.Nullable' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.AnnotationReadingPriorityFunction' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 53 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 334 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 841 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 860 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 880 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 897 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 898 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 900 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 918 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 933 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 948 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 951 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 952 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 953 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 1314 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 1315 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1320 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1327 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1364 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1367 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 124 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 125 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 126 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 127 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 128 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 129 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 130 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 8, expected level should be 6. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 199 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 243 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 296 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 297 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 327 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 6. | 361 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil' import. | 61 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.*. | 73 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RSRpcServices' import. | 89 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.shaded.com.google.protobuf.ByteString. | 93 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 329 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 597 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 599 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 600 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 601 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 602 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 603 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 736 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 763 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 765 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 804 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 902 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1292 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1389 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1435 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Service' import. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 227 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 228 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 241 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 242 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 257 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 274 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 303 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 315 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 352 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 360 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 368 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 375 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 376 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 381 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 383 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 384 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UpperEll | Should use uppercase 'L'. | 48 | |
| misc | UpperEll | Should use uppercase 'L'. | 49 | |
| misc | UpperEll | Should use uppercase 'L'. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 25 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 42 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UpperEll | Should use uppercase 'L'. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 43 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil' import. | 57 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 120 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 189 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| sizes | MethodLength | Method length is 260 lines (max allowed is 150). | 193 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 207 | |
| indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 4. | 208 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 209 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 212 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 225 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 227 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 230 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 231 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 232 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 234 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 235 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 236 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 237 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 238 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 239 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 240 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 241 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 242 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 243 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 244 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 245 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 10. | 246 | |
| indentation | Indentation | 'for' child have incorrect indentation level 14, expected level should be 12. | 250 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 10. | 251 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 252 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 253 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 258 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 260 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 261 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 262 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 263 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 264 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 265 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 266 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 267 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 268 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 269 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 270 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 271 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 272 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 273 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 274 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 275 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 276 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 277 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 278 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 280 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 288 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 294 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 298 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 299 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 300 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 301 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 303 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 307 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 308 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 309 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 310 | |
| indentation | Indentation | 'for' have incorrect indentation level 14, expected level should be 12. | 312 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 14. | 313 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 14, expected level should be 12. | 314 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 315 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 316 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 317 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 318 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 4. | 323 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 324 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 325 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 326 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 327 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 328 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 4. | 329 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 331 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 333 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 334 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 335 | |
| indentation | Indentation | 'for' have incorrect indentation level 6, expected level should be 4. | 340 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 341 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 342 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 343 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 344 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 345 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 346 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 347 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 10. | 349 | |
| indentation | Indentation | 'for' child have incorrect indentation level 14, expected level should be 12. | 350 | |
| indentation | Indentation | 'for' child have incorrect indentation level 14, expected level should be 12. | 351 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 10. | 352 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 353 | |
| indentation | Indentation | 'for' have incorrect indentation level 12, expected level should be 10. | 355 | |
| indentation | Indentation | 'for' child have incorrect indentation level 14, expected level should be 12. | 356 | |
| indentation | Indentation | 'for' child have incorrect indentation level 14, expected level should be 12. | 357 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 12, expected level should be 10. | 358 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 8. | 359 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 360 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 6, expected level should be 4. | 361 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 362 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 363 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 364 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 365 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 366 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 371 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 372 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 373 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 374 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 375 | |
| indentation | Indentation | 'for' have incorrect indentation level 14, expected level should be 12. | 377 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 14. | 378 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 14, expected level should be 12. | 379 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 380 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be 12. | 381 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 14. | 382 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 12. | 383 | |
| indentation | Indentation | 'for' have incorrect indentation level 14, expected level should be 12. | 385 | |
| indentation | Indentation | 'for' child have incorrect indentation level 16, expected level should be 14. | 386 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 14, expected level should be 12. | 387 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 10. | 388 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 389 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 390 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 392 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 393 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 394 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 395 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 397 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 398 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 400 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 401 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 404 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 405 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 408 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 409 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 412 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 413 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 414 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 417 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 419 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 420 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 421 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 422 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 423 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 424 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 426 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 427 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 6. | 429 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 430 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 432 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 433 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 434 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 437 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 439 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 440 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 443 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 444 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 8. | 447 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 6. | 448 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 449 | |
| indentation | Indentation | 'else' child have incorrect indentation level 8, expected level should be 6. | 452 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 4. | 454 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 455 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 474 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 490 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 611 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 614 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 624 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 651 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 652 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 718 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 782 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 835 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 938 | |
| sizes | MethodLength | Method length is 169 lines (max allowed is 150). | 948 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 948 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 6, expected level should be 8. | 985 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 25 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 64 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 65 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 66 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 67 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 68 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 69 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 70 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 71 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 72 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 73 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 74 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 75 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 76 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 77 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 78 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 79 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 80 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 82 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 83 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 84 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 85 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 86 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 87 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 88 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 89 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 90 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 91 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 92 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 93 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 94 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 95 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 96 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 97 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 98 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 99 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 100 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 101 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 102 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 103 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 104 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 105 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 106 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 107 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 108 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 109 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 110 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 123 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 124 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 125 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 126 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 127 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 128 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 129 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 130 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 131 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 132 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 133 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 134 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 135 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 136 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 137 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 138 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 139 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 140 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 141 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 142 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 143 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 144 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 145 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 146 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 147 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 148 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 149 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 150 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 151 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 152 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 153 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 154 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 155 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 156 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 157 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 158 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 159 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 160 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 161 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 162 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 163 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 164 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 165 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 166 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 167 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 168 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 169 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 380 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 402 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Collections. | 23 | |
| imports | UnusedImports | Unused import - java.util.LinkedHashMap. | 28 | |
| imports | UnusedImports | Unused import - java.util.LinkedList. | 29 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 43 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.TableState' import. | 53 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.constraint.ConstraintException. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 264 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 278 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 675 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 699 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 708 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 720 | |
| indentation | Indentation | 'getRegionByStateOfTable' have incorrect indentation level 2, expected level should be 4. | 724 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 731 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 747 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 785 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 800 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 826 | |
| indentation | Indentation | 'synchronized' have incorrect indentation level 5, expected level should be 4. | 878 | |
| indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 6. | 879 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 880 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 881 | |
| indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 6. | 882 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 883 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 884 | |
| indentation | Indentation | 'synchronized rcurly' have incorrect indentation level 5, expected level should be 4. | 885 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 886 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1014 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1071 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.HRegionServer' import. | 70 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 251 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 290 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 291 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 390 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 414 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 416 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 460 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 486 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 503 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 504 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 580 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 748 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 809 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 813 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 837 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 865 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 896 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 898 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 920 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 924 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 926 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 944 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 971 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 973 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1003 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 1030 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 1034 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 398 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 424 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 444 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 445 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 553 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 579 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 587 | |
| design | VisibilityModifier | Variable 'installed' must be private and have accessor methods. | 606 | |
| design | VisibilityModifier | Variable 'done' must be private and have accessor methods. | 607 | |
| design | VisibilityModifier | Variable 'error' must be private and have accessor methods. | 608 | |
| design | VisibilityModifier | Variable 'isDead' must be private and have accessor methods. | 609 | |
| design | VisibilityModifier | Variable 'last_update' must be private and have accessor methods. | 622 | |
| design | VisibilityModifier | Variable 'last_version' must be private and have accessor methods. | 623 | |
| design | VisibilityModifier | Variable 'cur_worker_name' must be private and have accessor methods. | 624 | |
| design | VisibilityModifier | Variable 'batch' must be private and have accessor methods. | 625 | |
| design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 626 | |
| design | VisibilityModifier | Variable 'incarnation' must be private and have accessor methods. | 627 | |
| design | VisibilityModifier | Variable 'unforcedResubmits' must be private and have accessor methods. | 628 | |
| design | VisibilityModifier | Variable 'resubmitThresholdReached' must be private and have accessor methods. | 629 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 680 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 86 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 166 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 292 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 349 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 351 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 353 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 355 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 358 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Sets' import. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 229 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Sets' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 57 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 112 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 129 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 130 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 131 | |
| sizes | MethodLength | Method length is 250 lines (max allowed is 150). | 172 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 270 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 344 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 345 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 346 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 478 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 479 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 479 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 481 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 483 | |
| design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 487 | |
| design | VisibilityModifier | Variable 'server' must be private and have accessor methods. | 488 | |
| design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 507 | |
| design | VisibilityModifier | Variable 'fromServer' must be private and have accessor methods. | 508 | |
| design | VisibilityModifier | Variable 'toServer' must be private and have accessor methods. | 509 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 519 | |
| design | VisibilityModifier | Variable 'fromServer' must be private and have accessor methods. | 528 | |
| design | VisibilityModifier | Variable 'fromRegion' must be private and have accessor methods. | 529 | |
| design | VisibilityModifier | Variable 'toServer' must be private and have accessor methods. | 530 | |
| design | VisibilityModifier | Variable 'toRegion' must be private and have accessor methods. | 531 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 541 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 555 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 556 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 559 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 560 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 561 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 562 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 563 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 565 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 566 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 566 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 567 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 568 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 569 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 570 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 572 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 573 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 573 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 574 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 574 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 575 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 576 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 577 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 578 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 579 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 586 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 587 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 592 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 613 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 670 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 671 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 672 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 692 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 707 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 6. | 944 | |
| indentation | Indentation | 'for' child have incorrect indentation level 13, expected level should be 8. | 945 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 6. | 946 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 6. | 947 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 6. | 952 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 8. | 953 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 6. | 954 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 6. | 955 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1035 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1036 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1065 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1072 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1095 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1097 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1162 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1430 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 52 | |
| imports | UnusedImports | Unused import - com.google.protobuf.InvalidProtocolBufferException. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 229 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 306 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 382 | |
| indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 450 | |
| indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 451 | |
| indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 454 | |
| indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 456 | |
| indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 459 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 6. | 462 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 463 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 6. | 466 | |
| indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 468 | |
| indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 469 | |
| indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 470 | |
| indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 471 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 561 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 563 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 602 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| indentation | Indentation | 'segregateRegionsAndAssignRegionsWithFavoredNodes' have incorrect indentation level 2, expected level should be 4. | 230 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 306 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'object def' child have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 42 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 44 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 46 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 47 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 2, 4. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.cache.CacheBuilder' import. | 48 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 68 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 79 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 81 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 87 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 89 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 91 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 92 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 2, 4. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 222 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseIOException' import. | 33 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.MinMaxPriorityQueue' import. | 40 | |
| sizes | MethodLength | Method length is 236 lines (max allowed is 150). | 180 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 251 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 255 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 270 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 289 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 292 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 337 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 339 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 356 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 402 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 425 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 426 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 34 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 179 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 180 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 181 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 182 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 245 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 260 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 262 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 432 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 545 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 815 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 954 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 955 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 956 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 957 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 958 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 959 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 960 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 961 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 962 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 963 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 964 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 965 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 966 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 967 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 968 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 969 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1040 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Predicate' import. | 23 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 21 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 21 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 50 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 86 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 87 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 88 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 89 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 90 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 91 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 92 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 93 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 94 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 95 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 96 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 97 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 98 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 99 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 100 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 101 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 102 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 103 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 104 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 105 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 106 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 192 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 244 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 245 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 296 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 297 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 307 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 343 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 290 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 302 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 303 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 330 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 331 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 346 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 407 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 437 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 68 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 69 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 70 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 71 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 72 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 73 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 74 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 75 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 76 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 77 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 78 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 79 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 80 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 82 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 83 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 84 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 85 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 86 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 87 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 215 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 88 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 89 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 90 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 91 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 92 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 93 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 94 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 95 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 96 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 97 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 98 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 99 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 100 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 101 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 102 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 103 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 104 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 105 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 106 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 107 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 108 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 109 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 110 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 111 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 112 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 198 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 229 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 310 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 357 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 358 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 77 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 78 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 79 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 80 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 81 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 82 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 83 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 84 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 85 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 86 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 87 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 88 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 89 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 90 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 91 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 92 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 93 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 94 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 95 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 96 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 97 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 228 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 245 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 273 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.HRegion' import. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 291 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 337 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 102 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 103 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 104 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 105 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 107 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 108 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 109 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 110 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 111 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 112 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 113 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 114 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 115 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 116 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 117 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 118 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 119 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 121 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 122 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 123 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 124 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 125 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 126 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 127 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 128 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 129 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 130 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 131 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 132 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 133 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 230 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 271 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 337 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 372 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 388 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 389 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 412 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 413 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 485 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 109 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 110 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 111 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 112 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 113 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 115 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 116 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 117 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 118 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 119 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 120 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 121 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 14. | 122 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 123 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 124 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 125 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 126 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 127 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 128 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 129 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 130 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 132 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 133 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 134 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 155 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 156 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 157 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 160 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 162 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 163 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 164 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 165 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 166 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 167 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 168 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 169 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 170 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 202 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 203 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 279 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 297 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 298 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 299 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 300 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 301 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 304 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 306 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 307 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 309 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 311 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 313 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 314 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 316 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 317 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 322 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 329 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 388 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 429 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 100 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 101 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 102 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 103 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 105 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 106 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 107 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 108 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 109 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 110 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 111 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 112 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 113 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 114 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 115 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 116 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 117 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 118 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 119 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 120 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 121 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 122 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 123 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 124 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 125 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 126 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 127 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 277 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 294 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 334 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 423 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 439 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 440 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 460 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 462 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 489 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 490 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.TableNotDisabledException. | 34 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.TableState. | 38 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.Superusers' import. | 40 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.AvlUtil.AvlIterableList' import. | 45 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 291 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 325 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 347 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 417 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 678 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 702 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 780 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 837 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 938 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1089 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1133 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1267 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 83 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 84 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 85 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 86 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 87 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 88 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 89 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 90 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 91 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 92 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 93 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 94 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 95 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 96 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 97 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 98 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 99 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 100 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 101 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 102 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 103 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 188 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 219 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 239 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 276 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 286 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 324 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 69 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 70 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 71 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 72 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 73 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 74 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 75 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 76 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 77 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 78 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 79 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 80 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 94 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 95 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 96 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 97 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 98 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 99 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 100 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 101 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 102 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 103 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 104 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 105 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 106 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 107 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 108 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 109 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 110 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 111 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 112 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 113 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 114 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 115 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 116 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 117 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 118 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 119 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 120 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 121 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 122 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 123 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 124 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 125 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 126 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 209 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 273 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 274 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 308 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 330 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 368 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 369 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 379 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 411 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 412 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 140 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 142 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 143 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 144 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 145 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 152 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 154 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 155 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 156 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 157 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 158 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 159 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 169 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 171 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 172 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 173 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 174 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 175 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 176 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 184 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 186 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 187 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 258 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 316 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil' import. | 47 | |
| indentation | Indentation | 'extends' have incorrect indentation level 0, expected level should be 2. | 73 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 172 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 203 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 204 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 207 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 208 | |
| indentation | Indentation | 'else' have incorrect indentation level 8, expected level should be 10. | 208 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 209 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 211 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 213 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 216 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 219 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 220 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 221 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 222 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 223 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 227 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 228 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 229 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 230 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 231 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 232 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 233 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 234 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 236 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 238 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 239 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 240 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 241 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 242 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 244 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 245 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 246 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 247 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 249 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 250 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 252 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 252 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 253 | |
| indentation | Indentation | 'else' have incorrect indentation level 8, expected level should be 10. | 253 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 254 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 256 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 257 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 264 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 265 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 266 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 267 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 268 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 269 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 270 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 271 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 276 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 277 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 278 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 279 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 280 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 282 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 290 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 291 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 292 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 293 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 294 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 295 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 296 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 298 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 299 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 300 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 301 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 303 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 304 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 318 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 319 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 329 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 331 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 332 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 336 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 371 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 420 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 422 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 454 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 566 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 640 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 641 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 643 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 677 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 712 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 713 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 714 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 733 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 734 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HColumnDescriptor' import. | 42 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.HRegionFileSystem' import. | 58 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 68 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 150 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 151 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 152 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 153 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 154 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 156 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 157 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 158 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 159 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 160 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 161 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 162 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 163 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 164 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 165 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 166 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 167 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 168 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 169 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 170 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 171 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 172 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 173 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 174 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 175 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 176 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 177 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 178 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 194 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 195 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 196 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 197 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 198 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 199 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 200 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 201 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 202 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 203 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 204 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 205 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 206 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 207 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 208 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 209 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 234 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 235 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 236 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 237 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 239 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 240 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 241 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 242 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 244 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 245 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 246 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 247 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 248 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 249 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 250 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 251 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 252 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 253 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 254 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 255 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 256 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 257 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 323 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 379 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 399 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 400 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 414 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 426 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 445 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 464 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 494 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 528 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 565 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 710 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 740 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 38 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 35 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 92 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 38 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.AccessDeniedException' import. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 214 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 286 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 322 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 397 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 540 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 626 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 629 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 680 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 755 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 758 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 812 | |
| blocks | LeftCurly | '{' at column 7 should be on the previous line. | 976 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1004 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1059 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1063 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 38 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 290 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 46 | |
| misc | UpperEll | Should use uppercase 'L'. | 101 | |
| misc | UpperEll | Should use uppercase 'L'. | 112 | |
| misc | UpperEll | Should use uppercase 'L'. | 123 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 92 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 97 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 99 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 2, 4. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. | 41 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 234 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 314 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 363 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 410 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 464 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 487 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 520 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 546 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 572 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 602 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 816 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 460 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Sets' import. | 37 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Charsets' import. | 29 | |
| design | VisibilityModifier | Variable 'message' must be private and have accessor methods. | 96 | |
| design | VisibilityModifier | Variable 'timestamp' must be private and have accessor methods. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.Message' import. | 29 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 147 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 209 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 228 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 234 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 287 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 322 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 349 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 358 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 389 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 407 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 409 | |
| misc | UpperEll | Should use uppercase 'L'. | 489 | |
| misc | UpperEll | Should use uppercase 'L'. | 489 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 553 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 555 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 32 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 91 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 327 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 386 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 447 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 591 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 601 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 613 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 631 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 642 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 713 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 731 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 732 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 766 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 831 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 841 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 920 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 942 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 985 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1032 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1047 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1083 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1090 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 326 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Stoppable' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 251 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 295 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 307 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 318 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 343 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 355 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 356 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 358 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DaemonThreadFactory' import. | 35 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.MapMaker' import. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 24 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 36 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DaemonThreadFactory' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.MapMaker' import. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 176 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 177 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 178 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 179 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 180 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 181 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 182 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 50 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 301 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 310 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'baseZNode' must be private and have accessor methods. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 261 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 35 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 51 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 35 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 3, expected level should be 2. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 241 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 286 | |
| blocks | EmptyBlock | Must have at least one statement. | 297 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 306 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.TimeUnit' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseIOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 36 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 776 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ConcurrentHashMap' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 53 | |
| sizes | MethodLength | Method length is 159 lines (max allowed is 150). | 307 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 424 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 430 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 672 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 673 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 822 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 913 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 945 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1410 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1437 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1521 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1651 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 160 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 213 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 157 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 25 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 256 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 455 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 739 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 184 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 317 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 319 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 320 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 321 | |
| blocks | LeftCurly | '{' at column 30 should have line break after. | 322 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 776 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 493 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 768 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 858 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 928 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 953 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 960 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 988 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ProtobufMagic should be declared as final. | 25 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 45 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 89 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 286 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 306 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 325 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 326 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 327 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 328 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 329 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 330 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 331 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 332 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 333 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 334 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 335 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 336 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 346 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 347 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 348 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 349 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 350 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 351 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 352 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 353 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 354 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 355 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 356 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 357 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 366 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 369 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 447 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 460 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 543 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 556 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 622 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 625 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 683 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 704 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 763 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 765 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 822 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 918 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1005 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1089 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1145 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1192 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1206 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1207 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1209 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1233 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1304 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1306 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1345 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1368 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1374 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1466 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1468 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1473 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1474 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1475 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1476 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1477 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1478 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1479 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1480 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1481 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1491 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1496 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1497 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1498 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1499 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1500 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1501 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1502 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1503 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1504 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1505 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1518 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1672 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1686 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1687 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1688 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1707 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 1708 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 1709 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 1710 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 1711 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 1712 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 1713 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 1714 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1747 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1748 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1749 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1751 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1752 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1755 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 16 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 297 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 298 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 377 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 382 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class NoopOperationQuota should be declared as final. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.quotas.OperationQuota.OperationType. | 23 | |
| design | FinalClass | Class NoopQuotaLimiter should be declared as final. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 41 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.quotas.OperationQuota.OperationType. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class QuotaRetriever should be declared as final. | 45 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil' import. | 28 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 278 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.BloomType' import. | 45 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 26 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 81 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 82 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 83 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 84 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 85 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 86 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 87 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 88 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 89 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 90 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 91 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 92 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 93 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 94 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 95 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 96 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 97 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.Region' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 37 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil' import. | 26 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | EmptyStatement | Empty statement. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class TimeBasedLimiter should be declared as final. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 189 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 190 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 191 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.CellSink. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 43 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 46 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 83 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 84 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 85 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 86 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 87 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 88 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 89 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 90 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 183 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 185 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 261 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 262 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 32 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 51 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.NavigableMap' import. | 29 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 38 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 120 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 126 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 0, expected level should be 2. | 137 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 151 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 151 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.NavigableMap' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 147 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 149 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 150 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 151 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 351 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 500 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 580 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.HStore. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.Region. | 29 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.RegionServerServices. | 30 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.Store. | 31 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 345 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataOutputStream' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.mapreduce.InputSplit' import. | 43 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseConfiguration' import. | 50 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 54 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.HRegion. | 55 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.HRegionFileSystem. | 56 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.mapreduce.JobUtil' import. | 59 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 164 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 463 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 466 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants.HFILE_BLOCK_CACHE_SIZE_KEY' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 175 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 184 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 190 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 251 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 252 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 257 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 258 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 259 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 260 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 261 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 14. | 262 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 12. | 263 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 264 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 265 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 266 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 267 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 268 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 273 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 274 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 275 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 276 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 277 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 14. | 278 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 12. | 279 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 280 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 281 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 282 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 283 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableCollection' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 209 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 247 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 273 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 319 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 333 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 392 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 185 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 356 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 357 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 603 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 605 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 606 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 607 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 608 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 609 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 613 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 634 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 635 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 636 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 637 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 638 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 766 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 908 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 909 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 911 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1007 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1048 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1068 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1085 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1111 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1162 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1377 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1378 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1382 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1383 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1418 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1419 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1423 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1424 | |
| sizes | MethodLength | Method length is 169 lines (max allowed is 150). | 1451 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1614 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1753 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1756 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1758 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1761 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2031 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2032 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2060 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2061 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2361 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2424 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2465 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2500 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2634 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 2649 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2736 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2763 | |
| sizes | MethodLength | Method length is 370 lines (max allowed is 150). | 3054 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 3325 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3384 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3444 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3445 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3729 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3749 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3760 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3802 | |
| indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 3834 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 3835 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3844 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 4012 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 4014 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4015 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4036 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4043 | |
| sizes | MethodLength | Method length is 196 lines (max allowed is 150). | 4125 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 4319 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 4407 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4408 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4409 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 4410 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4411 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4412 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 4413 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4414 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4415 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 4416 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4417 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4418 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 4419 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4420 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 4421 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 4423 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4670 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4671 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4672 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4673 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4714 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 5080 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 5081 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 5082 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5231 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5262 | |
| sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 5478 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5872 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5904 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5905 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5926 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5949 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5950 | |
| sizes | MethodLength | Method length is 201 lines (max allowed is 150). | 5969 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 6022 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 6120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 6161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 6175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 6181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6189 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 6232 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6336 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6338 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6339 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6340 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6341 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6342 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6346 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6378 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 6391 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6408 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6409 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6410 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6413 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6427 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6428 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6429 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6435 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6451 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6452 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6453 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6456 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6470 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6471 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6472 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6477 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6502 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6503 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6504 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6506 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6522 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6523 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6524 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6528 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6546 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6547 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6548 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6552 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 6559 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6577 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6596 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 6625 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6668 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6687 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6713 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6788 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6822 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 6938 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6977 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6981 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6983 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7310 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7356 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7359 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7368 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7393 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7435 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7436 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7438 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7504 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 7738 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 7740 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 7741 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 7742 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 7743 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 7744 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7912 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7935 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 7936 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7938 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 7939 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7949 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 7950 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 8018 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 8020 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 8021 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 8022 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 8023 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 8024 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 8026 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 8027 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 8029 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 8030 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 8031 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 8033 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 8034 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 8035 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 8036 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 35 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValue. | 48 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValueUtil. | 49 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 1, expected level should be 2. | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 253 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 274 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 287 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 291 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 312 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 325 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 378 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 383 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 408 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 452 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 498 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 502 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 526 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 540 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 589 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 591 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 668 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 692 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 702 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 704 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 729 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 756 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 758 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 823 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 974 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 977 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 987 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1000 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1001 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1003 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1013 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1028 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1030 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1040 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1063 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1064 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1065 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1068 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1083 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1085 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicReference. | 50 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 197 | |
| design | VisibilityModifier | Variable 'TEST_SKIP_REPORTING_TRANSITION' must be private and have accessor methods. | 219 | |
| design | VisibilityModifier | Variable 'compactSplitThread' must be private and have accessor methods. | 269 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 727 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 740 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 741 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 746 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 761 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 773 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 774 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 804 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 805 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 870 | |
| sizes | MethodLength | Method length is 221 lines (max allowed is 150). | 943 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1036 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1060 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1061 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1062 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1063 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1064 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1065 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1066 | |
| blocks | EmptyBlock | Must have at least one statement. | 1079 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1092 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1171 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1293 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be 10. | 1335 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1581 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1615 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1621 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1659 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1693 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1701 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1777 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1778 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1779 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1780 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1781 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1782 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1818 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1831 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 1976 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2280 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2281 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2282 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2283 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2284 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2285 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2286 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2301 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2317 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2325 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2419 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2434 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2520 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2525 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2612 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2613 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2806 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2807 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2844 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 2849 | |
| indentation | Indentation | 'synchronized' have incorrect indentation level 5, expected level should be 4. | 2850 | |
| indentation | Indentation | 'for' have incorrect indentation level 7, expected level should be 6. | 2851 | |
| indentation | Indentation | 'for' child have incorrect indentation level 9, expected level should be 8. | 2852 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 8. | 2853 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 2854 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 2855 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 7, expected level should be 6. | 2856 | |
| indentation | Indentation | 'synchronized rcurly' have incorrect indentation level 5, expected level should be 4. | 2857 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 2858 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 2859 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3009 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 3011 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 3013 | |
| indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 3014 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 3015 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 3016 | |
| indentation | Indentation | 'try' have incorrect indentation level 5, expected level should be 6. | 3017 | |
| indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 8. | 3018 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 5, expected level should be 6. | 3019 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 7, expected level should be 8. | 3020 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 5, expected level should be 6. | 3021 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 6. | 3022 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 3024 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 6. | 3026 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 6. | 3028 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3029 | |
| indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 8. | 3029 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 3030 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 6. | 3031 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 6. | 3032 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 3036 | |
| indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 8. | 3037 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 10. | 3039 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 10. | 3040 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 12. | 3042 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 10. | 3043 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 8. | 3044 | |
| indentation | Indentation | 'else' child have incorrect indentation level 9, expected level should be 10. | 3045 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 7, expected level should be 8. | 3046 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 3047 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 3049 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 6. | 3050 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 3052 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 3, expected level should be 4. | 3053 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 3054 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3058 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3085 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3099 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3207 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 5, expected level should be 4. | 3229 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 3302 | |
| blocks | LeftCurly | '{' at column 48 should have line break after. | 3324 | |
| blocks | LeftCurly | '{' at column 46 should have line break after. | 3325 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3367 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3368 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3424 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3425 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 3477 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 3479 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 3480 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 3481 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 3482 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 3483 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoordinatedStateManager' import. | 29 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.compactions.CompactionContext' import. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 207 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 250 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 315 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 365 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 377 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 455 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 467 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 489 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 537 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 539 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 551 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 567 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 589 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 594 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 596 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 653 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 654 | |
| indentation | Indentation | 'try' child have incorrect indentation level 7, expected level should be 6. | 659 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 667 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 668 | |
| indentation | Indentation | 'if' child have incorrect indentation level 6, expected level should be 8. | 757 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 9, expected level should be 10. | 758 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 9, expected level should be 10. | 759 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 762 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 770 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 866 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 872 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 899 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 900 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 901 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1156 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1232 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1350 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1427 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1668 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1678 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1698 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 1798 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 1799 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 1800 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2028 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2086 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2088 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2089 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2199 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2229 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 11, expected level should be 4. | 2372 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2372 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2408 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 42 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 196 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 198 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 199 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 377 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 378 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 379 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 380 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 381 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 382 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 383 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 385 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 6. | 466 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Scan' import. | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 157 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 212 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 213 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 214 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 215 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 216 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 217 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 219 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 220 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 99 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 170 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ConcurrentModificationException' import. | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 85 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 219 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 239 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALActionsListener' import. | 35 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 28 | |
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 53 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 104 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 107 | |
| indentation | Indentation | 'long' have incorrect indentation level 2, expected level should be 4. | 110 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 143 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 157 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 169 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 318 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 348 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 352 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 402 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 416 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 422 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 423 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 424 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 424 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 440 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 458 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 541 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 542 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 543 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 544 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 10. | 545 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 8. | 546 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 548 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 549 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 551 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 552 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 553 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 554 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 555 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 556 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 557 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 558 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 559 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 560 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 562 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 585 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 586 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 587 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 588 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 10. | 589 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 8. | 590 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 593 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 594 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 595 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 596 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 597 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 598 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 599 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 600 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 601 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 602 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 603 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 604 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 606 | |
| indentation | Indentation | 'implements' have incorrect indentation level 2, expected level should be 4. | 926 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1026 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 1032 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 1033 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1034 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 1034 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 136 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 132 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 212 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 247 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 248 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 253 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 256 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 257 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 258 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 259 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 264 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 268 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 269 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 270 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 285 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 287 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 289 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 290 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| design | FinalClass | Class FlushHandler should be declared as final. | 230 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 398 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 435 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 437 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 438 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 482 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 483 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 484 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 487 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 488 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 655 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 664 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 674 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 705 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 736 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 745 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 760 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 761 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 4. | 799 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 24 | |
| imports | UnusedImports | Unused import - com.google.common.annotations.VisibleForTesting. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 114). | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 110). | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 214 | |
| sizes | MethodLength | Method length is 192 lines (max allowed is 150). | 321 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 345 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 189 lines (max allowed is 150). | 632 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' have incorrect indentation level 0, expected level should be 2. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 159 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Sets' import. | 37 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 46 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 77 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 78 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 79 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 80 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 | |
| indentation | Indentation | 'MultiRowMutationProcessorResponse' have incorrect indentation level 0, expected level should be 2. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants.OperationStatusCode' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil' import. | 133 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.quotas.OperationQuota' import. | 173 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.ByteString' import. | 197 | |
| indentation | Indentation | 'class def modifier' have incorrect indentation level 3, expected level should be 2. | 277 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 312 | |
| indentation | Indentation | 'class def modifier' have incorrect indentation level 3, expected level should be 2. | 321 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 432 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 470 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 483 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 502 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 503 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 505 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 549 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 550 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 552 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 553 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 554 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 555 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 602 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 603 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 604 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 606 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 607 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 652 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 653 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 655 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 700 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 701 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 702 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 703 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 705 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 734 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 863 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 864 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 865 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 939 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 940 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 941 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 944 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 1002 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1265 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1342 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1410 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1469 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1558 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1608 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1663 | |
| sizes | MethodLength | Method length is 153 lines (max allowed is 150). | 1665 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1831 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1881 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1982 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2012 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2035 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2073 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2212 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2337 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2481 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2513 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2515 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2516 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2517 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2519 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2520 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2521 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2522 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2523 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 2524 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2525 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2526 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2527 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2528 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2529 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2530 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 2532 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 2533 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 2535 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 2536 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 2537 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 14. | 2539 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 16. | 2540 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 14. | 2542 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 2543 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 2544 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 2545 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 2546 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 2547 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 2548 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2549 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2550 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2551 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2552 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 2553 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2554 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2555 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2556 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2557 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2558 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 2559 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 2561 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 2562 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 2564 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 2565 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 2566 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 14. | 2568 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 16. | 2569 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 14. | 2571 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 2572 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 2573 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 2574 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 2575 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 12. | 2576 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 10. | 2577 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 2578 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 2579 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2603 | |
| sizes | MethodLength | Method length is 418 lines (max allowed is 150). | 2605 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 13, expected level should be 12. | 2637 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2983 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 11, expected level should be 12. | 3014 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 50 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.Service' import. | 49 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 127 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 133 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 135 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 249 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 260 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 316 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 318 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 320 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 357 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 358 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 359 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 361 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 376 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 377 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 379 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 387 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 388 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 403 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 411 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 415 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 451 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 452 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 453 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 455 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 464 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 473 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 477 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 479 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 515 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 516 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 531 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 540 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 548 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 559 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 560 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 572 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 574 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 619 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 628 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 629 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 635 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 637 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 645 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 652 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 653 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 654 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 655 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 663 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 664 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 708 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 711 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 726 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 735 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 44 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 329 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 330 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 331 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 405 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 405 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 542 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 545 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 547 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 548 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 558 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 599 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 606 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 609 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 610 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 611 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 619 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 634 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 640 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 643 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 644 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 645 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 650 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 671 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 674 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 675 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 676 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 681 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 695 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 709 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 711 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 726 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 728 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 745 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 747 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 761 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 761 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 776 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 791 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 793 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 808 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 810 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 823 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 872 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 878 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 881 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 882 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 883 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 896 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 899 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 900 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 901 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 927 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 996 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 998 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1012 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1013 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1046 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1055 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1058 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1060 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1061 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1072 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1080 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1083 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1085 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1086 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1104 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1107 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1109 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1110 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1121 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1130 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1133 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1135 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1136 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1147 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1155 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1158 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1160 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1161 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1179 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1182 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1184 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1185 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1191 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1197 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1200 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1201 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1202 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1208 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1214 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1217 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1218 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1219 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1225 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1231 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1234 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1235 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1236 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1242 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1248 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1251 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1252 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1253 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1279 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1282 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1283 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1284 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1290 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1296 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1299 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1300 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1301 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1313 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1316 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1317 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1318 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1330 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1333 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1334 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1335 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1343 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1350 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1353 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1354 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1355 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1362 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1371 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1374 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1375 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1376 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1385 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1390 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1393 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1396 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1397 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1398 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1460 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1461 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1462 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1464 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1499 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1500 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1501 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1502 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1538 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1554 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1560 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1563 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1564 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1565 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1593 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1596 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1597 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1604 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1607 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1608 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1609 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1617 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1621 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1628 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1631 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1632 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1633 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1640 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1643 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1644 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1645 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1652 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1655 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1656 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1657 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1674 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1677 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1678 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1679 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1724 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 1728 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 1729 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 1748 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 1749 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1759 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1779 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DroppedSnapshotException' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 183 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.InterruptedIOException. | 22 | |
| imports | UnusedImports | Unused import - java.security.PrivilegedExceptionAction. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.SplitTransactionImpl.LoggingProgressable' import. | 43 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 420 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 430 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 431 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 435 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 460 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 550 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 551 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 552 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 616 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 641 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 656 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 700 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 704 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 709 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.replication.ReplicationEndpoint' import. | 44 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 258 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 295 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 298 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.quotas.RegionServerQuotaManager' import. | 37 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Service' import. | 42 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 56 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 45 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 47 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 49 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 50 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 10, expected level should be one of the following: 4, 6. | 51 | |
| blocks | LeftCurly | '{' at column 57 should have line break after. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 31 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 69 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScanner' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 29 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 22 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 242 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 250 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 553 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 554 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 555 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 574 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 604 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 634 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.Region.BulkLoadListener' import. | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 176 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 200 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 245 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 371 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 385 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 387 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 393 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 36 | |
| misc | UpperEll | Should use uppercase 'L'. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 244 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 279 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 281 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 80 | |
| indentation | Indentation | 'this' have incorrect indentation level 14, expected level should be 16. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 253 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 35 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be 4. | 38 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.CancelableProgressable' import. | 40 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 32 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 66 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 229 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 230 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.security.PrivilegedExceptionAction. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 40 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 47 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 163 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 209 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 252 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 342 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 515 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 533 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 534 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 535 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 536 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 573 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 587 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 608 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 662 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 674 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 733 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 734 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 737 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 738 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 739 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 741 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 742 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 743 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 744 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 746 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 747 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 753 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 754 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 755 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 757 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 758 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 759 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 761 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 762 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 763 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 765 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 766 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 767 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 769 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 770 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 770 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 771 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 773 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 778 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 781 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 782 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 783 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 784 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 785 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 786 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 787 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 788 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 789 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 790 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 792 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 793 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 23 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 24 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 169 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 271 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 280 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 399 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 400 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 463 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 488 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 274 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 330 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 345 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 347 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 400 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 409 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 525 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 555 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 576 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 621 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 729 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 471 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 485 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 534 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 535 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 537 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 540 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 541 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 542 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 545 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 546 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 547 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 550 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 551 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 552 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableCollection' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValueUtil. | 37 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 454 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 474 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 593 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValue. | 34 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.KeyValueUtil. | 35 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 261 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 272 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 273 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 416 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 460 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 468 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 46 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 3, expected level should be 2. | 71 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 3, expected level should be 2. | 72 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. | 94 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 142 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 143 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 144 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 145 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 146 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 147 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 148 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 149 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 380 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 170 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 172 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 173 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 174 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 176 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 177 | |
| indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 6. | 178 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 179 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 180 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 181 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 182 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 361 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 362 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 467 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 469 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 505 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 506 | |
| sizes | MethodLength | Method length is 174 lines (max allowed is 150). | 509 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 545 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 562 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 674 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 740 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 741 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 6. | 742 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 743 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 744 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 746 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 747 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 748 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 6. | 749 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 750 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 751 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 4, expected level should be 6. | 752 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 8. | 757 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 10. | 758 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 759 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 761 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 762 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 8. | 763 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 764 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 4, expected level should be 6. | 765 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 766 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 767 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 789 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 855 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 856 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 857 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 858 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 874 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 876 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 929 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 933 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 970 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 972 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableCollection' import. | 48 | |
| design | VisibilityModifier | Variable 'stripeEndRows' must be private and have accessor methods. | 96 | |
| design | VisibilityModifier | Variable 'stripeFiles' must be private and have accessor methods. | 103 | |
| design | VisibilityModifier | Variable 'level0Files' must be private and have accessor methods. | 106 | |
| design | VisibilityModifier | Variable 'allFilesCached' must be private and have accessor methods. | 109 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 229 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 258 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 271 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 283 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 505 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 506 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 510 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 580 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 588 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 730 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 914 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 918 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 960 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 995 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 37 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 167 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 172 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'totalCompactingKVs' must be private and have accessor methods. | 37 | |
| design | VisibilityModifier | Variable 'currentCompactedKVs' must be private and have accessor methods. | 39 | |
| design | VisibilityModifier | Variable 'totalCompactedSize' must be private and have accessor methods. | 41 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.io.Closeables' import. | 62 | |
| design | VisibilityModifier | Variable 'maxKeyCount' must be private and have accessor methods. | 106 | |
| design | VisibilityModifier | Variable 'earliestPutTs' must be private and have accessor methods. | 108 | |
| design | VisibilityModifier | Variable 'latestPutTs' must be private and have accessor methods. | 110 | |
| design | VisibilityModifier | Variable 'maxSeqId' must be private and have accessor methods. | 112 | |
| design | VisibilityModifier | Variable 'maxMVCCReadpoint' must be private and have accessor methods. | 114 | |
| design | VisibilityModifier | Variable 'maxTagsLength' must be private and have accessor methods. | 116 | |
| design | VisibilityModifier | Variable 'minSeqIdToKeep' must be private and have accessor methods. | 118 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class CurrentHourProvider should be declared as final. | 25 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 27 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 37 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 53 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 57 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 58 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 2, 4. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 | |
| blocks | LeftCurly | '{' at column 46 should have line break after. | 30 | |
| blocks | LeftCurly | '{' at column 60 should have line break after. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 46 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 318 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 337 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 343 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 386 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 434 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.HRegion' import. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RegionServerServices' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.HRegion' import. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.HRegion' import. | 39 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 7, expected level should be 8. | 115 | |
| indentation | Indentation | 'try' child have incorrect indentation level 9, expected level should be 8. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.SplitLogWorker.TaskExecutor' import. | 35 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 73 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 74 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 75 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 76 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 77 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 78 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 79 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 80 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 82 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 83 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 84 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 12, expected level should be 14. | 85 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 86 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 87 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 91 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 92 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 93 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 95 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 96 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 10, expected level should be 12. | 97 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class LegacyScanQueryMatcher should be declared as final. | 47 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 47 | |
| indentation | Indentation | 'switch rcurly' have incorrect indentation level 8, expected level should be 6. | 226 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 245 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 246 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 247 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 248 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 249 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 250 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 251 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 252 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 253 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 254 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 256 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.KeyValueScanner. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 272 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.HRegion' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.HRegionServer' import. | 55 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 81 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 95 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 3, expected level should be 2. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 187 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 188 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 190 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 192 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 205 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 206 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 357 | |
| blocks | EmptyBlock | Must have at least one statement. | 372 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 380 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.google.common.base.Preconditions.*. | 20 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 74 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 154 | |
| design | VisibilityModifier | Variable 'encodedName2HighestSequenceId' must be private and have accessor methods. | 237 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 832 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 833 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 834 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 835 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 344 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 679 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'regionDict' must be private and have accessor methods. | 39 | |
| design | VisibilityModifier | Variable 'tableDict' must be private and have accessor methods. | 40 | |
| design | VisibilityModifier | Variable 'familyDict' must be private and have accessor methods. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 34 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 88 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 142 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 545 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 1028 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1029 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 33 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 155 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 266 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 279 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 24 | |
| misc | UpperEll | Should use uppercase 'L'. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 26 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 39 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UpperEll | Should use uppercase 'L'. | 58 | |
| misc | UpperEll | Should use uppercase 'L'. | 60 | |
| misc | UpperEll | Should use uppercase 'L'. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataInputStream' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 38 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.CodedInputStream' import. | 47 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 104 | |
| sizes | LineLength | Line is longer than 100 characters (found 153). | 107 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 189 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 190 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 190 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 191 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 193 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 194 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 195 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 196 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 197 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 199 | |
| sizes | LineLength | Line is longer than 100 characters (found 194). | 235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 263 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 370 | |
| sizes | LineLength | Line is longer than 100 characters (found 181). | 406 | |
| sizes | LineLength | Line is longer than 100 characters (found 156). | 413 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 435 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'io.netty.channel.EventLoop' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataInputStream' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.EncryptionUtil' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 277 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 280 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 7, expected level should be 6. | 283 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 299 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 302 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 7, expected level should be 6. | 305 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 151 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 245 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 267 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 268 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 269 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.ByteString' import. | 46 | |
| indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 111 | |
| indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.coprocessor.*. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 34 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 222 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.TextFormat' import. | 37 | |
| design | FinalClass | Class WALUtil should be declared as final. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 28 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.zookeeper.ZooKeeperListener. | 30 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 53 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 31 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Predicate' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Abortable' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Predicate' import. | 35 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.replication.regionserver.MetricsSource' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.Service' import. | 34 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 215 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 237 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 238 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.replication.ReplicationPeer.PeerState' import. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 461 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 462 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 490 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 519 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 80 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 82 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 83 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 84 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 85 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 86 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 14. | 87 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 16. | 88 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 14. | 89 | |
| indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 16. | 90 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 12, expected level should be 14. | 91 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 92 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 93 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 94 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 95 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 96 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 97 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil. | 33 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.shaded.protobuf.generated.ZooKeeperProtos. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 304 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 343 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 361 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 415 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 431 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Predicate' import. | 30 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 54 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 55 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 56 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 59 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 62 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 63 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 64 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 65 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 6, expected level should be 4. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 44 | |
| imports | UnusedImports | Unused import - java.util.HashMap. | 47 | |
| imports | UnusedImports | Unused import - java.util.HashSet. | 48 | |
| imports | UnusedImports | Unused import - java.util.Set. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 380 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 396 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 398 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 424 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 22 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.ZooKeeperConnectionException. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants. | 29 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.replication.ReplicationException. | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 | |
| imports | UnusedImports | Unused import - java.util.List. | 38 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Predicate' import. | 41 | |
| imports | UnusedImports | Unused import - com.google.common.collect.ImmutableSet. | 42 | |
| imports | UnusedImports | Unused import - com.google.common.collect.Sets. | 44 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 7, expected level should be one of the following: 8, 10. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.replication.ReplicationPeerConfig' import. | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.fs.Path. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.replication.*. | 34 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.FSUtils. | 35 | |
| imports | UnusedImports | Unused import - org.mortbay.util.IO. | 41 | |
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.AtomicLongMap' import. | 43 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 47 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 54 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 87 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 199 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 258 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 279 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 307 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 340 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 341 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint' import. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 34 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 73 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 75 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 22 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 27 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.replication.BaseWALEntryFilter' import. | 63 | |
| imports | ImportOrder | Wrong order for 'com.google.common.cache.Cache' import. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 396 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 545 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 548 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 36 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.ReplicationSinkService' import. | 49 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALActionsListener' import. | 57 | |
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.WALEdit' import. | 57 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 136 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 305 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 306 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 322 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 324 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 327 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 394 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 404 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 249 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 437 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 523 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 525 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 526 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 527 | |
| sizes | MethodLength | Method length is 182 lines (max allowed is 150). | 540 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 756 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1007 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1093 | |
| sizes | LineLength | Line is longer than 100 characters (found 157). | 1206 | |
| sizes | LineLength | Line is longer than 100 characters (found 160). | 1214 | |
| sizes | LineLength | Line is longer than 100 characters (found 176). | 1219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 191 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 202 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 229 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 385 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 446 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 514 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 634 | |
| blocks | LeftCurly | '{' at column 49 should have line break after. | 809 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 919 | |
| blocks | EmptyBlock | Must have at least one statement. | 920 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.WAL.Entry' import. | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.core.Response.ResponseBuilder' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 23 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.rest.MetricsRESTSource. | 25 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 5, expected level should be 4. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UpperEll | Should use uppercase 'L'. | 73 | |
| misc | UpperEll | Should use uppercase 'L'. | 75 | |
| misc | UpperEll | Should use uppercase 'L'. | 76 | |
| misc | UpperEll | Should use uppercase 'L'. | 77 | |
| misc | UpperEll | Should use uppercase 'L'. | 80 | |
| misc | UpperEll | Should use uppercase 'L'. | 81 | |
| misc | UpperEll | Should use uppercase 'L'. | 82 | |
| misc | UpperEll | Should use uppercase 'L'. | 83 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 37 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 60 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 73 | |
| blocks | EmptyBlock | Must have at least one statement. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.sun.jersey.spi.container.servlet.ServletContainer' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.core.Response.ResponseBuilder' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 38 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableNotFoundException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.sun.jersey.api.core.PackagesResourceConfig' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.core.Response.ResponseBuilder' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| indentation | Indentation | 'try' have incorrect indentation level 27, expected level should be 12. | 204 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 14. | 205 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 10, expected level should be 12. | 206 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 14. | 207 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 10, expected level should be 12. | 208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 237 | |
| indentation | Indentation | 'try' have incorrect indentation level 25, expected level should be 8. | 237 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 238 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 8. | 239 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 10. | 240 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 8. | 241 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 283 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 301 | |
| indentation | Indentation | 'try' have incorrect indentation level 25, expected level should be 8. | 301 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 302 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 8. | 303 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 10. | 304 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 8. | 305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 366 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 368 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 407 | |
| indentation | Indentation | 'try' have incorrect indentation level 25, expected level should be 8. | 407 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 408 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 8. | 409 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 10. | 410 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 8. | 411 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 518 | |
| indentation | Indentation | 'try' have incorrect indentation level 25, expected level should be 8. | 518 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 519 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 8. | 520 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 10. | 521 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 8. | 522 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 648 | |
| indentation | Indentation | 'try' have incorrect indentation level 25, expected level should be 8. | 648 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 649 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 8. | 650 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 10. | 651 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 8. | 652 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 31 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 72 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 120 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 175 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 238 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 239 | |
| indentation | Indentation | 'while' have incorrect indentation level 8, expected level should be 10. | 240 | |
| indentation | Indentation | 'while' child have incorrect indentation level 10, expected level should be 12. | 241 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 242 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 243 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 244 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 245 | |
| indentation | Indentation | 'while' child have incorrect indentation level 10, expected level should be 12. | 246 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 8, expected level should be 10. | 247 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 248 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 8. | 249 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 250 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 251 | |
| indentation | Indentation | 'while' have incorrect indentation level 8, expected level should be 10. | 252 | |
| indentation | Indentation | 'while' child have incorrect indentation level 10, expected level should be 12. | 253 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 12. | 254 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 255 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 14. | 256 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 12. | 257 | |
| indentation | Indentation | 'while' child have incorrect indentation level 10, expected level should be 12. | 258 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 8, expected level should be 10. | 259 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 260 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 8. | 261 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 262 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableNotFoundException' import. | 42 | |
| indentation | Indentation | 'Collections' have incorrect indentation level 3, expected level should be 4. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 28 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 129 | |
| indentation | Indentation | 'try' have incorrect indentation level 13, expected level should be 8. | 129 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 130 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 10. | 131 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 8. | 132 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 10. | 134 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 6, expected level should be 8. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ClusterStatus' import. | 36 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.RegionLoad' import. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.core.Response.ResponseBuilder' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 188 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 189 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 190 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 191 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 192 | |
| indentation | Indentation | 'else' have incorrect indentation level 10, expected level should be 8. | 193 | |
| indentation | Indentation | 'else' child have incorrect indentation level 12, expected level should be 10. | 194 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 10, expected level should be 8. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 44 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.core.Response.ResponseBuilder' import. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 227 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 247 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 287 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 304 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 315 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 326 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 338 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 353 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 371 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 376 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 404 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 423 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 437 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 485 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 488 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 500 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 503 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 525 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 539 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 587 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 590 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 602 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 605 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 625 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 636 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 124 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 126 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 127 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 128 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 129 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 130 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 131 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 132 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 133 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 134 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 135 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 136 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 137 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 138 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 147 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 152 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 153 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 6. | 154 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 6. | 155 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 156 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 166 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 167 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 168 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 170 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 171 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 172 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 173 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 174 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 175 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 176 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 177 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 178 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 179 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 180 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 208 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 209 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 211 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 213 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 215 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 218 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 219 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 220 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 221 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 222 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 223 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 224 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 225 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 226 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 227 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 228 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 229 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 256 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 257 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 258 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 259 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 260 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 261 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 262 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 263 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 264 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 265 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 266 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 267 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 268 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 297 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 298 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 299 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 300 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 301 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 302 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 303 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 304 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 305 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 306 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 307 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 342 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 343 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 344 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 345 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 346 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 347 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 348 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 349 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 350 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 351 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 352 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 381 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 382 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 383 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 384 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 385 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 386 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 387 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 388 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 389 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 390 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 391 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 392 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 393 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 394 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors' import. | 72 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 263 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 264 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 265 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 266 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 267 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 268 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 269 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 270 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 271 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 272 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 273 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 274 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 275 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 313 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 313 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 341 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 383 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 406 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 407 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 408 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 409 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 410 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 411 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 412 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 413 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 414 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 415 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 416 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 462 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 463 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 464 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 465 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 466 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 467 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 468 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 469 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 470 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 471 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 472 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 486 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 487 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 488 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 489 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 490 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 491 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 492 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 493 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 494 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 495 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 496 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 534 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 535 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 536 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 537 | |
| indentation | Indentation | 'try' have incorrect indentation level 10, expected level should be 12. | 538 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 14. | 539 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 10, expected level should be 12. | 540 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 14. | 541 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 10, expected level should be 12. | 542 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 543 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 544 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 545 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 561 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 562 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 563 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 564 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 565 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 566 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 567 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 568 | |
| indentation | Indentation | 'try' have incorrect indentation level 10, expected level should be 12. | 569 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 14. | 570 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 10, expected level should be 12. | 571 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 14. | 572 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 10, expected level should be 12. | 573 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 574 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 575 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 576 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 690 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 691 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 692 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 693 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 694 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 695 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 696 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 697 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 698 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 699 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 700 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 701 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 702 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 734 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 735 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 736 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 737 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 738 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 10. | 739 | |
| indentation | Indentation | 'try' child have incorrect indentation level 10, expected level should be 12. | 740 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 10. | 741 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 12. | 742 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 10. | 743 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 744 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 745 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 746 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 855 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 861 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 27 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellUtil' import. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HColumnDescriptor' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| blocks | LeftCurly | '{' at column 23 should have line break after. | 85 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 80 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 128 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 129 | |
| design | VisibilityModifier | Variable 'op' must be private and have accessor methods. | 130 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 200 | |
| design | VisibilityModifier | Variable 'op' must be private and have accessor methods. | 201 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 203 | |
| design | VisibilityModifier | Variable 'filters' must be private and have accessor methods. | 204 | |
| design | VisibilityModifier | Variable 'limit' must be private and have accessor methods. | 205 | |
| design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 206 | |
| design | VisibilityModifier | Variable 'family' must be private and have accessor methods. | 207 | |
| design | VisibilityModifier | Variable 'qualifier' must be private and have accessor methods. | 208 | |
| design | VisibilityModifier | Variable 'ifMissing' must be private and have accessor methods. | 209 | |
| design | VisibilityModifier | Variable 'latestVersion' must be private and have accessor methods. | 210 | |
| design | VisibilityModifier | Variable 'minColumn' must be private and have accessor methods. | 211 | |
| design | VisibilityModifier | Variable 'minColumnInclusive' must be private and have accessor methods. | 212 | |
| design | VisibilityModifier | Variable 'maxColumn' must be private and have accessor methods. | 213 | |
| design | VisibilityModifier | Variable 'maxColumnInclusive' must be private and have accessor methods. | 214 | |
| design | VisibilityModifier | Variable 'dropDependentColumn' must be private and have accessor methods. | 215 | |
| design | VisibilityModifier | Variable 'chance' must be private and have accessor methods. | 216 | |
| design | VisibilityModifier | Variable 'prefixes' must be private and have accessor methods. | 217 | |
| design | VisibilityModifier | Variable 'timestamps' must be private and have accessor methods. | 219 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 343 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 364 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 365 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 366 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 367 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 368 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 369 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 370 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 371 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 372 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 373 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 374 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 377 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 378 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 379 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 382 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 383 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 384 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 385 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 386 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 387 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 10. | 388 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 12. | 389 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 10. | 390 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 391 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 8. | 392 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 393 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 394 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 395 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 396 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 397 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 398 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 399 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 400 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 401 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 402 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 403 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 10. | 404 | |
| indentation | Indentation | 'for' child have incorrect indentation level 10, expected level should be 12. | 405 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 10. | 406 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 407 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 8. | 408 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 409 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 410 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 6, expected level should be 8. | 411 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 412 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 413 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 414 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 415 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 416 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 417 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 418 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 419 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 420 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 421 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 422 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 423 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 424 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 425 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 426 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 427 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 428 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 431 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 432 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 433 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 434 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 435 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 436 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 437 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 438 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 439 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 442 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 443 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 444 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 445 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 446 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 447 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 448 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 449 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 450 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 451 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 452 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 453 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 454 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 455 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 456 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 457 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 458 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 459 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 460 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 461 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 462 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 472 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 487 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 503 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 565 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 588 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 590 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 755 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 816 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 35 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 501 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 587 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 625 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 29 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HColumnDescriptor' import. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.sun.jersey.spi.container.servlet.ServletContainer' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.sun.jersey.api.json.JSONConfiguration' import. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.ext.Provider' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.RSGroupAdminProtos' import. | 63 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 329 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 343 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 362 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 374 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 396 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 408 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 432 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 446 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 484 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 498 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 536 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 552 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 593 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 609 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 637 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 651 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 677 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 691 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 323 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor.DefaultVisitorBase' import. | 56 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProtos' import. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.classification.InterfaceAudience' import. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 40 | |
| blocks | LeftCurly | '{' at column 25 should have line break after. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'authenticationMethod' must be private and have accessor methods. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.crypto.aes.CryptoAES' import. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 38 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 39 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 40 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 41 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 215 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 251 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 38 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.security.token.SecretManager.InvalidToken' import. | 44 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 49 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 26 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos.TokenIdentifier.Kind' import. | 25 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.cache.LoadingCache' import. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 | |
| indentation | Indentation | 'class def modifier' have incorrect indentation level 3, expected level should be 2. | 261 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 283 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 336 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 338 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.cache.CacheBuilder' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 155 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 232 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HRegionInfo. | 42 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ArrayListMultimap' import. | 74 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| indentation | Indentation | 'method call rparen' have incorrect indentation level 10, expected level should be 6. | 173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 276 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 277 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 345 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 347 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 427 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 456 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 596 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 647 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 684 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 696 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ArrayListMultimap' import. | 33 | |
| design | FinalClass | Class AccessControlUtil should be declared as final. | 40 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 292 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 293 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 337 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 352 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 385 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 386 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 387 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 388 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 389 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 390 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 391 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 392 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 393 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 394 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 395 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 408 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 409 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 410 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 411 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 412 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 413 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 414 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 415 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 416 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 417 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 418 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 490 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 517 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 540 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 563 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 590 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 614 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 635 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 659 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 687 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 4, expected level should be 6. | 759 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 93 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.InternalScanner' import. | 99 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ArrayListMultimap' import. | 121 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 299 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 384 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 559 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 582 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 609 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 706 | |
| sizes | MethodLength | Method length is 166 lines (max allowed is 150). | 708 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 821 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1030 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1259 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 1322 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 1362 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1390 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 1420 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1422 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1540 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1541 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1542 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1543 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1544 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1545 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1546 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1547 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1548 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2137 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2170 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2184 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2233 | |
| indentation | Indentation | 'block' child have incorrect indentation level 11, expected level should be 12. | 2241 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2286 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 2343 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 2517 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2534 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 30 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 130 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 285 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 286 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 42 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RegionOpeningState' import. | 88 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 93 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 102 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 120 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 121 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 305 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 306 | |
| blocks | LeftCurly | '{' at column 16 should have line break after. | 314 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 353 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 356 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 357 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 376 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 395 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 403 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 404 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 405 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 429 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 430 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 431 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 432 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 433 | |
| blocks | EmptyBlock | Must have at least one statement. | 497 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 536 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 537 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 603 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 604 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 606 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 616 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 617 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 618 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 620 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 746 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 747 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Maps' import. | 34 | |
| blocks | LeftCurly | '{' at column 24 should have line break after. | 57 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 44 | |
| indentation | Indentation | 'convert' have incorrect indentation level 2, expected level should be 4. | 116 | |
| indentation | Indentation | 'convert' have incorrect indentation level 2, expected level should be 4. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 33 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 44 | |
| design | FinalClass | Class TableAuthManager should be declared as final. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 260 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 294 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 295 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 315 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 316 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 438 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 439 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 440 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 441 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 451 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 465 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 466 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 467 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 471 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 496 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 497 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 498 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 499 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 500 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 509 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 528 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 529 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 530 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 538 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 665 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 666 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 667 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 679 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 680 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 681 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 693 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 694 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 695 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 707 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 708 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 709 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 359 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 370 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 372 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 374 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 247 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 248 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 267 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.DataInput' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 85 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 41 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 52 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 301 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 343 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 380 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 574 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 586 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 601 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 646 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 300 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 301 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 302 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 303 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 304 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 305 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 306 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 49 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 | |
| indentation | Indentation | 'object def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 131 | |
| indentation | Indentation | 'object def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 132 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 135 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 137 | |
| indentation | Indentation | 'for' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 138 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 139 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be one of the following: 14, 16. | 140 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be one of the following: 14, 16. | 141 | |
| indentation | Indentation | 'if' child have incorrect indentation level 18, expected level should be one of the following: 14, 16. | 142 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 143 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 144 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 145 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 146 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 147 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 148 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 149 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 150 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 151 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 209 | |
| indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 4. | 213 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 214 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 231 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 234 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 4. | 236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 241 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 244 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 260 | |
| indentation | Indentation | 'object def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 269 | |
| indentation | Indentation | 'object def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 270 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 273 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 274 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 275 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 277 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 278 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 279 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 280 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 281 | |
| indentation | Indentation | 'if' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 282 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be one of the following: 12, 14. | 283 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 284 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 285 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 286 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 287 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 306 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 307 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 308 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 310 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 324 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 325 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 327 | |
| indentation | Indentation | 'try' have incorrect indentation level 6, expected level should be 4. | 338 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 339 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 365 | |
| indentation | Indentation | 'try' child have incorrect indentation level 8, expected level should be 6. | 368 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 6, expected level should be 4. | 370 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.ClientProtos.RegionActionResult' import. | 82 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 111 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 196 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 206 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 262 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 519 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 520 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 648 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 773 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 802 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| design | FinalClass | Class VisibilityLabelServiceManager should be declared as final. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class VisibilityLabelsCache should be declared as final. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 260 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ListenableFuture' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 29 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 121 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 122 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 123 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 125 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 126 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 127 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 128 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 130 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 131 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 132 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 133 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 134 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 135 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 136 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 137 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 138 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 139 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 140 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 142 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 143 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 144 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 145 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 146 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 147 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 148 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 149 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 150 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 151 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 152 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 154 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 155 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 156 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 157 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 158 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 159 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 160 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 161 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 162 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 163 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 164 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 166 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 167 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 168 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 169 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 230 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 609 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 618 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 627 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 636 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.AbstractList' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 296 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 297 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 315 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 333 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 423 | |
| blocks | EmptyBlock | Must have at least one statement. | 530 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 603 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 738 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 739 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 802 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 803 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 804 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 831 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 832 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 877 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 881 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 882 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 883 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 32 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 33 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 34 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 35 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 36 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 40 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 42 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 43 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 44 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 32 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 494 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 495 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 528 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 565 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 685 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 876 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 1049 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 1050 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 1081 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 1082 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 1083 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 1096 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 37, expected level should be 6. | 1334 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 1408 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 37, expected level should be 6. | 1646 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 1815 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 1816 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 1879 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 1880 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 1881 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 2056 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 36, expected level should be 6. | 2294 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 2451 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2455 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 2456 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 2457 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 42 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 43 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 44 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 45 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 46 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 47 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 48 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 49 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 50 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 52 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 53 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 54 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 55 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 56 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 57 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 58 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 62 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 64 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 65 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 66 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 67 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 79 | |
| sizes | LineLength | Line is longer than 100 characters (found 143). | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 126 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 213 | |
| blocks | EmptyBlock | Must have at least one statement. | 267 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 337 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 430 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 434 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 435 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 436 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 122). | 74 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 99 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 98 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 494 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 495 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 499 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 500 | |
| indentation | Indentation | 'while' have incorrect indentation level 6, expected level should be 4. | 501 | |
| indentation | Indentation | 'while' child have incorrect indentation level 8, expected level should be 6. | 502 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 503 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 504 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 505 | |
| indentation | Indentation | 'while' child have incorrect indentation level 8, expected level should be 6. | 506 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 6, expected level should be 4. | 507 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 509 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 510 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 511 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 514 | |
| blocks | EmptyBlock | Must have at least one statement. | 557 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 798 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 816 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 817 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 818 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 819 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 1370 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 12, expected level should be 10. | 1428 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 126 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 212 | |
| blocks | EmptyBlock | Must have at least one statement. | 266 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 336 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 386 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 387 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 432 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 436 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 437 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 438 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 157 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 607 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 608 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 609 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 610 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 611 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 612 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 614 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 615 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 616 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 617 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 618 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 619 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 621 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 622 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 623 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 624 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 625 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 626 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 628 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 629 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 630 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 631 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 634 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 635 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 636 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 637 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 639 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 640 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 641 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 643 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 644 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 645 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 646 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 647 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 648 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 791 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 929 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 934 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 936 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 938 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1009 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1014 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1016 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1018 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1020 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1022 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1024 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1026 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 1325 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 1326 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 1327 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 1328 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 1329 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 1330 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 1332 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 1333 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 1334 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 1335 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 1336 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 1337 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 1339 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 1340 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 1341 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 1342 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 1343 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 1344 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 1346 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 1347 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 1348 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 1349 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 1352 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 1353 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 1354 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 1355 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 1357 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 1358 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 1359 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 1361 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 1362 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 1363 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 1364 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 1365 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 1366 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1512 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1651 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1656 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1658 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1660 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1730 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1735 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1737 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1739 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1741 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1743 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1745 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1747 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 2069 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2070 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2071 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2072 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2073 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 2074 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 2076 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2077 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2078 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2079 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2080 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 2081 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 2083 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2084 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2085 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2086 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2087 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 2088 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 2090 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2091 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2092 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2093 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2096 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2097 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2098 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 2099 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 2101 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2102 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 2103 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 2105 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2106 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2107 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2108 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2109 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 2110 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2290 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2423 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2428 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2430 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2432 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2503 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2508 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2510 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2512 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2514 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2516 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2518 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2520 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 2990 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2991 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2992 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2993 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2994 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 2995 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 2997 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2998 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 2999 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 3000 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 3001 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 3002 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 3004 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 3005 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 3006 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 3007 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 3008 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 3009 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 3011 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 3012 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 3013 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 3014 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 3017 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 3018 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 3019 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 3020 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 3022 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 3023 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 3024 | |
| indentation | Indentation | 'block lcurly' have incorrect indentation level 10, expected level should be 8. | 3026 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 3027 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 3028 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 3029 | |
| indentation | Indentation | 'block' child have incorrect indentation level 12, expected level should be 10. | 3030 | |
| indentation | Indentation | 'block rcurly' have incorrect indentation level 10, expected level should be 8. | 3031 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 3160 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 3270 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 3275 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 3277 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 3279 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 3312 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 3317 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 3319 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 3321 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 3323 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 3325 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 3327 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 3329 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.lang.Math.max' import. | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 200 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 201 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 217 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 218 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1078 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 4, expected level should be 6. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 190 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 206 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 295 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 433 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 499 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 36, expected level should be 8. | 681 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 756 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 758 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 762 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 763 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 764 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 4, expected level should be 6. | 1147 | |
| sizes | MethodLength | Method length is 184 lines (max allowed is 150). | 1150 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 1267 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 1288 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1857 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1858 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1937 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 2008 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 2178 | |
| sizes | MethodLength | Method length is 161 lines (max allowed is 150). | 2433 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2434 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 2705 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 2706 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 2707 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 2735 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 2736 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 2737 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 2805 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 2806 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 2807 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 2835 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 2836 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 2837 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 2848 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 2902 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 2903 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 2904 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 2919 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 2920 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 2921 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 2964 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 2965 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 2966 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 2972 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 2977 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 3071 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 3173 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 43, expected level should be 8. | 3411 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 3485 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 40, expected level should be 8. | 3667 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 3725 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 39, expected level should be 8. | 3907 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 3965 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 41, expected level should be 8. | 4147 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 4564 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 4565 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 4566 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 4596 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 4597 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 4598 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 4627 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 4629 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 4633 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 4634 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 4635 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 4, expected level should be 6. | 4919 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 5085 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 5111 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 6, expected level should be 8. | 5124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5219 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5238 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 10. | 5258 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 5359 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 5382 | |
| blocks | EmptyBlock | Must have at least one statement. | 5408 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5490 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 5612 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 5614 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 5618 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 5619 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 5620 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 5686 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 6, expected level should be 8. | 5699 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5809 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5810 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 5829 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 10. | 5849 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 5950 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 5979 | |
| blocks | EmptyBlock | Must have at least one statement. | 6005 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 6087 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 6241 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 6243 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 6247 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 6248 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 6249 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 6627 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 6628 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 6707 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 6762 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 6911 | |
| sizes | MethodLength | Method length is 206 lines (max allowed is 150). | 7173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7174 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 7479 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 7480 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 7481 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 7501 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 7502 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 7503 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 7515 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 37, expected level should be 8. | 7697 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 7755 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 41, expected level should be 8. | 7937 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 7995 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 42, expected level should be 8. | 8177 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 8235 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 40, expected level should be 8. | 8417 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 8475 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 46, expected level should be 8. | 8657 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 8715 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 41, expected level should be 8. | 8897 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 9073 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 45, expected level should be 8. | 9255 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 9312 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 9371 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 9372 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 9373 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 9389 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 9390 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 9391 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 9437 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 9438 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 9439 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 9468 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 9470 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 9474 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 9475 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 9476 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 4, expected level should be 6. | 9749 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 10140 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be one of the following: 10, 12. | 10141 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 10142 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 10143 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 10255 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be one of the following: 10, 12. | 10256 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 10257 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 10258 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 10694 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 10695 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 10744 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 10791 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 10962 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 11154 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 11274 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 11275 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 11276 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 11296 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 11297 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 11298 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 11506 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 11507 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 11508 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 11544 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 11545 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 11546 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 11618 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 11619 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 11620 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 11650 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 11651 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 11652 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 11736 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 11737 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 11738 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 11774 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 11775 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 11776 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 11908 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 11909 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 11910 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 11944 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 11945 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 11946 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 12093 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 12095 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 12099 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 12100 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 12101 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 4, expected level should be 6. | 12170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 12306 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 12307 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 12332 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 12351 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 12452 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 12596 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 12684 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 12685 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 12686 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 12706 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 12707 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 12708 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 12855 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 12857 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 12861 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 12862 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 12863 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 4, expected level should be 6. | 12957 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 13140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 13141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 13175 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 13198 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 13305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 13465 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 13584 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 13585 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 13586 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 13606 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 13607 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 13608 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 13620 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 37, expected level should be 8. | 13802 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 13995 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 13997 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 14001 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 14002 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 14003 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 4, expected level should be 6. | 14082 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 14238 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 14239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 14267 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 14290 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 14400 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 14550 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 14641 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 14642 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 14643 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 14663 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 14664 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 14665 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 14844 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 14846 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 14850 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 14851 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 14852 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 4, expected level should be 6. | 14946 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 15129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 15130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 15164 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 15187 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 15294 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 15454 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 15573 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 15574 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 15575 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 15595 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 15596 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 15597 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 15609 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 38, expected level should be 8. | 15791 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 15984 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 15986 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 15990 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 15991 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 15992 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 4, expected level should be 6. | 16142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 16445 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 16446 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 16483 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 16516 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 16655 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 16823 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 16927 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 16928 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 16929 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 16949 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 16950 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 16951 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 17023 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 17024 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 17025 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 17055 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 17056 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 17057 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 17109 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 17110 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 17111 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 17131 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 17132 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 17133 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 17376 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 17378 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 17382 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 17383 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 17384 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 17513 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 17521 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 17551 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 17555 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 4, expected level should be 6. | 17821 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 18053 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be one of the following: 10, 12. | 18054 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 18055 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 18056 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 18263 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 18273 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 18313 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 18319 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 18684 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 18685 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 18757 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 18825 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 19050 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 19293 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 19483 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 19484 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 19485 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 19519 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 19520 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 19521 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 19605 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 19606 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 19607 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 19643 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 19644 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 19645 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 19727 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 19737 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 19747 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 19760 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 19837 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 19843 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 19850 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 19862 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 19949 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 19950 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 19951 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 19987 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 19988 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 19989 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 20317 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 20318 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 20319 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 20349 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 20350 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 20351 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 20419 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 20420 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 20421 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 20449 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 20450 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 20451 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 20463 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 51, expected level should be 8. | 20701 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 20792 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 20794 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 20798 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 20799 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 20800 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 4, expected level should be 6. | 21028 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 21333 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 21334 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 21376 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 21409 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 21422 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 21541 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 21724 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 22142 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 51, expected level should be 8. | 22380 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 22471 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 22473 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 22477 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 22478 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 22479 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 4, expected level should be 6. | 22753 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 22926 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be one of the following: 10, 12. | 22927 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 22928 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 22929 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 23049 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 16, expected level should be one of the following: 10, 12. | 23050 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 23051 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 23052 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 23368 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 23369 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 23417 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 23458 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 23606 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 23801 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 24025 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 24043 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 24062 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 24086 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 24349 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 51, expected level should be 8. | 24587 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 24678 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 24680 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 24684 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 24685 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 24686 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 4, expected level should be 6. | 24770 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 24890 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 24891 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 24921 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 24938 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 25030 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 25187 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 25257 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 51, expected level should be 8. | 25495 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 25586 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 25588 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 25592 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 25593 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 25594 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 4, expected level should be 6. | 25722 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 25907 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 25908 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 25944 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 25969 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 26081 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 26252 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 26440 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 51, expected level should be 8. | 26678 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 26769 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 26771 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 26775 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 26776 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 26777 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 4, expected level should be 6. | 26885 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 27040 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 27041 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 27074 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 27095 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 27197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 27362 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 27495 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 51, expected level should be 8. | 27733 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 27824 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 27826 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 27830 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 27831 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 27832 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 4, expected level should be 6. | 27940 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 28095 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 28096 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 28129 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 28150 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 28252 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 28417 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 28550 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 51, expected level should be 8. | 28788 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 28879 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 28881 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 28885 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 28886 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 28887 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 4, expected level should be 6. | 28995 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 29150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 29151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 29184 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 29205 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 29307 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 29472 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 29605 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 51, expected level should be 8. | 29843 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 29934 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 29936 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 29940 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 29941 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 29942 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 4, expected level should be 6. | 30098 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 6, expected level should be 8. | 30245 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 30367 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 30368 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 30395 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 10. | 30414 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 30516 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 30547 | |
| blocks | EmptyBlock | Must have at least one statement. | 30573 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 30655 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 12. | 30744 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 10. | 30745 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 10. | 30746 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 12. | 30766 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 10. | 30767 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 10. | 30768 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 30829 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 30831 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 30835 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 30836 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 30837 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 31052 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 31053 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 31093 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 31131 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 31279 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 31459 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 31547 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 36, expected level should be 8. | 31729 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 31847 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 31848 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 31849 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 31879 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 31880 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 31881 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 32001 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 32002 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 32003 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 32064 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 32065 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 32066 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 32086 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 32087 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 32088 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 32117 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 32119 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 32123 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 32124 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 32125 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 4, expected level should be 6. | 32412 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 6, expected level should be 8. | 32785 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 32822 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 32843 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 33283 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 33284 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 33321 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 10. | 33375 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 33494 | |
| blocks | EmptyBlock | Must have at least one statement. | 33543 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 33646 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 11, expected level should be 10. | 33720 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 11, expected level should be 10. | 33954 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 12. | 34273 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 10. | 34274 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 10. | 34275 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 12. | 34373 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 10. | 34374 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 10. | 34375 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 12. | 34427 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 10. | 34428 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 10. | 34429 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 12. | 34449 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 10. | 34450 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 10. | 34451 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 11, expected level should be 10. | 34462 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 12. | 34496 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 10. | 34497 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 10. | 34498 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 12. | 34509 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 10. | 34510 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 10. | 34511 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 12. | 34542 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 10. | 34543 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 10. | 34544 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 34573 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 34575 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 34579 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 34580 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 34581 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 34856 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 34857 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 34873 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 34889 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 34978 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 35116 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 35177 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 40, expected level should be 8. | 35975 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 36226 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 36228 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 36232 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 36233 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 36234 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 4, expected level should be 6. | 36327 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 6, expected level should be 8. | 36507 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 36544 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 36745 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 36746 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 36776 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 10. | 36813 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 36929 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 36952 | |
| blocks | EmptyBlock | Must have at least one statement. | 36978 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 37073 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 11, expected level should be 10. | 37128 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 12. | 37286 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 10. | 37287 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 10. | 37288 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 12. | 37316 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 10. | 37317 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 10. | 37318 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 37455 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 37457 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 37461 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 37462 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 37463 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 37543 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 37544 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 37560 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 37576 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 37665 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 37804 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 37865 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 42, expected level should be 8. | 38117 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 38212 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 38214 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 38218 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 38219 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 38220 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38372 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38373 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38374 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38375 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38376 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38377 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38378 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38379 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38380 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38382 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38383 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38384 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38385 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38386 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38387 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38388 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38389 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38390 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38392 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38393 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38394 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38395 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38396 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38397 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38398 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38399 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38400 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 38401 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38402 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38403 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38404 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38405 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38406 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38407 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38408 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38409 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38410 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38412 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38413 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38414 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38415 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38416 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38417 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38418 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38419 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38420 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38422 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38423 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38424 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38425 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38426 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38427 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38428 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38429 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38430 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38432 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38433 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38434 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38435 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38436 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38437 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38438 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38439 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38440 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38442 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38443 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38444 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38445 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38446 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38447 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38448 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38449 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38450 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38452 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 38452 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38453 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38454 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38455 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38456 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38457 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38458 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 38458 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38459 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38460 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38462 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38463 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38464 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38465 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38466 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38467 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38468 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 38468 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38469 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38470 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38472 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38473 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38474 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38475 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38476 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38477 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38478 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38479 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38480 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38482 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38483 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38484 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38485 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38486 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38487 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38488 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38489 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38490 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38492 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38493 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38494 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 38494 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38495 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38496 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38497 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38498 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38499 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38500 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38502 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 38503 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 38507 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 38509 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 38510 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 38511 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 38512 | |
| sizes | LineLength | Line is longer than 100 characters (found 197). | 38528 | |
| sizes | LineLength | Line is longer than 100 characters (found 167). | 38534 | |
| sizes | LineLength | Line is longer than 100 characters (found 148). | 38552 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 38582 | |
| sizes | LineLength | Line is longer than 100 characters (found 332). | 38588 | |
| sizes | LineLength | Line is longer than 100 characters (found 141). | 38594 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 38600 | |
| sizes | LineLength | Line is longer than 100 characters (found 151). | 38636 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 38654 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.shaded.com.google.protobuf.DescriptorProtos.*. | 33 | |
| imports | ImportOrder | Wrong order for 'java.lang.ref.WeakReference' import. | 36 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 105 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 108 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 594 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 631 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 634 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 903 | |
| blocks | LeftCurly | '{' at column 35 should have line break after. | 941 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 956 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 1027 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 1044 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 1047 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 1054 | |
| blocks | LeftCurly | '{' at column 49 should have line break after. | 1057 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1149 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1149 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1150 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1150 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1151 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1151 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1152 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1152 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1153 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1153 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1154 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1154 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1155 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1155 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1156 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1156 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1157 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1157 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1158 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1158 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1159 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1159 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1160 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1161 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1161 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1162 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1162 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1163 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1164 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1165 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1165 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1166 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1166 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 1177 | |
| sizes | MethodLength | Method length is 193 lines (max allowed is 150). | 1302 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 1383 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 1523 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 1553 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 1556 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 1708 | |
| blocks | LeftCurly | '{' at column 30 should have line break after. | 1729 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 1747 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 1752 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 1809 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 1839 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 1911 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 1941 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 1944 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 1947 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 1952 | |
| design | FinalClass | Class DescriptorValidationException should be declared as final. | 2040 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 2044 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 2049 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 2054 | |
| blocks | EmptyBlock | Must have at least one statement. | 2478 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 2495 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 2497 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 2499 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 2501 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 2503 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 2505 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 126 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 215 | |
| blocks | EmptyBlock | Must have at least one statement. | 269 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 339 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 432 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 436 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 437 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 438 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 192 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 283 | |
| blocks | EmptyBlock | Must have at least one statement. | 371 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 444 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 596 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 600 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 601 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 602 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 32 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 33 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 34 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 35 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 36 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 40 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 42 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 43 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 44 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 263 | |
| indentation | Indentation | 'else' child have incorrect indentation level 9, expected level should be 8. | 660 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 32 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 104 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 186 | |
| blocks | EmptyBlock | Must have at least one statement. | 245 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 312 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 364 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 368 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 369 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 370 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 32 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 33 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 34 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 35 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 39 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 41 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 42 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 43 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 338 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 339 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 366 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 396 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 506 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 678 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 818 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 819 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 848 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 849 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 850 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 863 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 39, expected level should be 6. | 1101 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 1175 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 37, expected level should be 6. | 1413 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1723 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1727 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1728 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 1729 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 29 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 213 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 234 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 256 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 352 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 497 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 608 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 609 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 638 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 639 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 640 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 691 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 37, expected level should be 6. | 929 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1022 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1026 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1027 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 1028 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 36 | |
| imports | UnusedImports | Unused import - java.util.Collection. | 36 | |
| design | VisibilityModifier | Variable 'descriptor' must be private and have accessor methods. | 117 | |
| design | VisibilityModifier | Variable 'defaultInstance' must be private and have accessor methods. | 123 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 36 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 511 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 512 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 513 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 10, expected level should be one of the following: 4, 6. | 514 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 663 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 664 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 665 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 10, expected level should be one of the following: 4, 6. | 666 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1021 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1022 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1064 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 1111 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 1234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1400 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 1701 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 1702 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 1731 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 1732 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 1733 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 1793 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 1794 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 1825 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 1826 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 1827 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 1919 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 37, expected level should be 6. | 2157 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 2275 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 2276 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 2305 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 2306 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 2307 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 2364 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 2365 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 2394 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 2395 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 2396 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 2428 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2432 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 2433 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 2434 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 179 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 285 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 286 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 301 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 320 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 408 | |
| blocks | EmptyBlock | Must have at least one statement. | 613 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 688 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 731 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 785 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 786 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 787 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 802 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 803 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 804 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 847 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 848 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 849 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 881 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 885 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 886 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 887 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 32 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 33 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 34 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 35 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 39 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 41 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 42 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 43 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 392 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 8. | 544 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 649 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 670 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 671 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 672 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 673 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 674 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 675 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 676 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 677 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 678 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 679 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 680 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 695 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 698 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 699 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 814 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 831 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 834 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 835 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 836 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 837 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 838 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 839 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 840 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 841 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 842 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 855 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 858 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 859 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 126 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 215 | |
| blocks | EmptyBlock | Must have at least one statement. | 269 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 339 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 432 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 436 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 437 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 438 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 | |
| design | FinalClass | Class ExtensionWriter should be declared as final. | 995 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 1805 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 10, 12. | 1807 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 1808 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 1809 | |
| blocks | LeftCurly | '{' at column 24 should have line break after. | 2071 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 2073 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 43 | |
| design | FinalClass | Class ExtensionWriter should be declared as final. | 673 | |
| design | FinalClass | Class EqualsVisitor should be declared as final. | 1582 | |
| design | FinalClass | Class MergeFromVisitor should be declared as final. | 2045 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 | |
| design | FinalClass | Class ExtensionWriter should be declared as final. | 997 | |
| blocks | LeftCurly | '{' at column 24 should have line break after. | 1723 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 1725 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 126 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 212 | |
| blocks | EmptyBlock | Must have at least one statement. | 266 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 336 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 429 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 433 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 434 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 435 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 126 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 213 | |
| blocks | EmptyBlock | Must have at least one statement. | 267 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 337 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 430 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 434 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 435 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 436 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.IOException. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 271 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class LazyEntry should be declared as final. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 175 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 263 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 401 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 461 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 36, expected level should be 6. | 699 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 792 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 796 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 797 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 798 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 | |
| design | VisibilityModifier | Variable 'descriptor' must be private and have accessor methods. | 55 | |
| design | VisibilityModifier | Variable 'parser' must be private and have accessor methods. | 56 | |
| coding | EmptyStatement | Empty statement. | 207 | |
| design | FinalClass | Class Builder should be declared as final. | 244 | |
| coding | EmptyStatement | Empty statement. | 317 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class MapEntryLite should be declared as final. | 46 | |
| design | VisibilityModifier | Variable 'keyType' must be private and have accessor methods. | 49 | |
| design | VisibilityModifier | Variable 'defaultKey' must be private and have accessor methods. | 50 | |
| design | VisibilityModifier | Variable 'valueType' must be private and have accessor methods. | 51 | |
| design | VisibilityModifier | Variable 'defaultValue' must be private and have accessor methods. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class MapField should be declared as final. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 360 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 361 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 394 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 430 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 543 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 700 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 825 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 826 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 855 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 856 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 857 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 914 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 915 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 944 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 945 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 946 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 1041 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 1042 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 1071 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 1072 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 1073 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 1124 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 37, expected level should be 6. | 1362 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1519 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1523 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1524 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 1525 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 235 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 236 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 254 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 271 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 361 | |
| blocks | EmptyBlock | Must have at least one statement. | 474 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 547 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 632 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 633 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 662 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 663 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 664 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 724 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 725 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 756 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 757 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 758 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 790 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 794 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 795 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 796 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 4, 6. | 68 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 69 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 4, 6. | 70 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 2, 4. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 171 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 172 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 190 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 208 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 303 | |
| blocks | EmptyBlock | Must have at least one statement. | 357 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 438 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 522 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 523 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 552 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 553 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 554 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 739 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 743 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 744 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 745 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 345 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 442 | |
| design | FinalClass | Class PieceIterator should be declared as final. | 679 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 778 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 807 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 12. | 814 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 11, expected level should be 10. | 815 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'specializeCallback' have incorrect indentation level 2, expected level should be 4. | 48 | |
| indentation | Indentation | 'RpcCallback' have incorrect indentation level 2, expected level should be 4. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class SmallSortedMap should be declared as final. | 87 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 593 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 595 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 596 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 597 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 599 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 600 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 601 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 603 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 604 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 605 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 609 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 611 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 612 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 613 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 143 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 157 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 243 | |
| blocks | EmptyBlock | Must have at least one statement. | 297 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 367 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 451 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 452 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 483 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 484 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 485 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 517 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 521 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 522 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 523 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 32 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 33 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 34 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 35 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 39 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 41 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 42 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 43 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 155 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 241 | |
| blocks | EmptyBlock | Must have at least one statement. | 295 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 365 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 446 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 447 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 476 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 477 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 478 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 510 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 514 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 515 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 516 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 32 | |
| indentation | Indentation | 'fields__' have incorrect indentation level 12, expected level should be 14. | 62 | |
| indentation | Indentation | 'internalGetFields' have incorrect indentation level 2, expected level should be 4. | 117 | |
| blocks | LeftCurly | '{' at column 22 should have line break after. | 138 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 144 | |
| blocks | LeftCurly | '{' at column 22 should have line break after. | 170 | |
| blocks | LeftCurly | '{' at column 22 should have line break after. | 185 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 216 | |
| indentation | Indentation | 'fields__' have incorrect indentation level 6, expected level should be 8. | 222 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 237 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 325 | |
| blocks | EmptyBlock | Must have at least one statement. | 406 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 477 | |
| indentation | Indentation | 'internalGetFields' have incorrect indentation level 4, expected level should be 6. | 510 | |
| indentation | Indentation | 'internalGetMutableFields' have incorrect indentation level 4, expected level should be 6. | 518 | |
| coding | EmptyStatement | Empty statement. | 519 | |
| blocks | LeftCurly | '{' at column 24 should have line break after. | 543 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 549 | |
| blocks | LeftCurly | '{' at column 24 should have line break after. | 575 | |
| blocks | LeftCurly | '{' at column 24 should have line break after. | 590 | |
| blocks | LeftCurly | '{' at column 24 should have line break after. | 613 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 620 | |
| indentation | Indentation | 'getMutableFields' have incorrect indentation level 4, expected level should be 6. | 622 | |
| blocks | LeftCurly | '{' at column 24 should have line break after. | 635 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 636 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 679 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 683 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 684 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 685 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 30 | |
| indentation | Indentation | 'getFields' have incorrect indentation level 2, expected level should be 4. | 32 | |
| indentation | Indentation | 'getFieldsMap' have incorrect indentation level 2, expected level should be 4. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 47 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 48 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 49 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 50 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 51 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 52 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 53 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 54 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 55 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 57 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 58 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 59 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 60 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 61 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 62 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 66 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 68 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 69 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 70 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 71 | |
| sizes | LineLength | Line is longer than 100 characters (found 128). | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 4, 6. | 83 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 84 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 4, 6. | 85 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 2, 4. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 6. | 132 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 390 | |
| blocks | EmptyBlock | Must have at least one statement. | 786 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1125 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1127 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1174 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1176 | |
| design | FinalClass | Class Parser should be declared as final. | 1257 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 1399 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 1642 | |
| blocks | EmptyBlock | Must have at least one statement. | 1792 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 35 | |
| design | FinalClass | Class TextFormatParseInfoTree should be declared as final. | 53 | |
| design | FinalClass | Class Builder should be declared as final. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 192 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 283 | |
| blocks | EmptyBlock | Must have at least one statement. | 372 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 445 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 594 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 598 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 599 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 600 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 32 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 33 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 34 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 35 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 36 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 40 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 42 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 43 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 44 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 31 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 396 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 397 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 427 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 465 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 581 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 760 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 910 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 911 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 940 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 941 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 942 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 955 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 36, expected level should be 6. | 1193 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 1266 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 1320 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 1321 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 1322 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 1337 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 1338 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 1339 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 1382 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 1383 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 1384 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 1397 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 37, expected level should be 6. | 1635 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1945 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1949 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1950 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 1951 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 52 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 53 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 54 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 55 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 56 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 57 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 58 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 59 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 60 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 62 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 63 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 64 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 65 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 66 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 67 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 68 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 69 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 70 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 72 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 73 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 74 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 75 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 76 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 77 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 78 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 79 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 80 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 82 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 83 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 84 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 85 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 86 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 87 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 88 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 89 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 93 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 95 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 96 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 97 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 98 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 110 | |
| sizes | LineLength | Line is longer than 100 characters (found 151). | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 126 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 212 | |
| blocks | EmptyBlock | Must have at least one statement. | 266 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 336 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 429 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 433 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 434 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 435 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 126 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 213 | |
| blocks | EmptyBlock | Must have at least one statement. | 267 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 337 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 430 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 434 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 435 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 436 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| blocks | LeftCurly | '{' at column 53 should have line break after. | 736 | |
| blocks | LeftCurly | '{' at column 53 should have line break after. | 739 | |
| blocks | LeftCurly | '{' at column 53 should have line break after. | 742 | |
| blocks | LeftCurly | '{' at column 54 should have line break after. | 745 | |
| blocks | LeftCurly | '{' at column 54 should have line break after. | 752 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 777 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 778 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 779 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 780 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 781 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.lang.Character.MAX_SURROGATE' import. | 37 | |
| javadoc | JavadocTagContinuationIndentation | Javadoc comment at column 33 has parse error. It is forbidden to close singleton HTML tags. Tag: br. | 63 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 175 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 176 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 179 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 180 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 181 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 182 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 183 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 184 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 385 | |
| blocks | EmptyBlock | Must have at least one statement. | 393 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 422 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 423 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 426 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 427 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 428 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 429 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 430 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 431 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 582 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 751 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 773 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 788 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 886 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 921 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1053 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1077 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1124 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1146 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1161 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1393 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1417 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1455 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1480 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1511 | |
| blocks | EmptyBlock | Must have at least one statement. | 1538 | |
| blocks | EmptyBlock | Must have at least one statement. | 1568 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1583 | |
| blocks | EmptyBlock | Must have at least one statement. | 1583 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1614 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1632 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1659 | |
| blocks | EmptyBlock | Must have at least one statement. | 1659 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 2, expected level should be 4. | 30 | |
| indentation | Indentation | 'getKindCase' have incorrect indentation level 2, expected level should be 4. | 167 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 293 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 306 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 321 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 334 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 342 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 343 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 375 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 411 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 421 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 556 | |
| blocks | EmptyBlock | Must have at least one statement. | 613 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 709 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 710 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 956 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 957 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 958 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 8. | 988 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 6. | 989 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 6. | 990 | |
| coding | EmptyStatement | Empty statement. | 1197 | |
| coding | EmptyStatement | Empty statement. | 1359 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1388 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1392 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1393 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 1394 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 114 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 114 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 115 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 115 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 116 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 116 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 117 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 117 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 118 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 118 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 119 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 119 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 120 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 120 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 121 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 121 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 122 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 22, expected level should be 6. | 125 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 127 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 127 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 22, expected level should be 6. | 130 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 132 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 22, expected level should be 6. | 135 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 137 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 22, expected level should be 6. | 140 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 142 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 142 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 143 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 143 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 144 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 145 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 146 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 146 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 147 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 147 | |
| blocks | LeftCurly | '{' at column 35 should have line break after. | 157 | |
| blocks | LeftCurly | '{' at column 30 should have line break after. | 158 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 160 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 227 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 228 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 229 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 230 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 231 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 232 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 233 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 234 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 235 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 236 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 237 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 240 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 241 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 72 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 73 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 74 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 75 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 76 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 77 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 78 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 79 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 80 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 82 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 86 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 88 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 89 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 90 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 4, expected level should be 6. | 202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 493 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 494 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 522 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 549 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 653 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 680 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 805 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 885 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 949 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 950 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 951 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 968 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 969 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 970 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 1019 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 1020 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 1021 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 1089 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 1090 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 1091 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 1119 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 1120 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 1121 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 1133 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 41, expected level should be 8. | 1497 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1624 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1626 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 1630 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1631 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1632 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 4, expected level should be 6. | 1743 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1812 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 2025 | |
| indentation | Indentation | 'getUnknownFields' have incorrect indentation level 6, expected level should be 8. | 2039 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2396 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2397 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2419 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 10. | 2440 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 2550 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 2577 | |
| blocks | EmptyBlock | Must have at least one statement. | 2603 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2691 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 12. | 2833 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 10. | 2834 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 10. | 2835 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 12. | 2881 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 10. | 2882 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 10. | 2883 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 12. | 3079 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 10. | 3080 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 10. | 3081 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 12. | 3173 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 10. | 3174 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 10. | 3175 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 12. | 3243 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 10. | 3244 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 10. | 3245 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 12. | 3273 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 10. | 3274 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 10. | 3275 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 3291 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 3304 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 3306 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 3310 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 12, 14. | 3311 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 3312 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3440 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3441 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3460 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 8. | 3479 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 3577 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 3604 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3722 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 3868 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 3869 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 3870 | |
| indentation | Indentation | 'if' child have incorrect indentation level 4, expected level should be 10. | 3910 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 2, expected level should be 8. | 3911 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 8. | 3912 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 8. | 3924 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 36, expected level should be 8. | 4106 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 4181 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 4183 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 4187 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 6, expected level should be one of the following: 10, 12. | 4188 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 8, 10. | 4189 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 4231 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 4232 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 4233 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 4234 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 4235 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 4236 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 4237 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 4238 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 4239 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 8. | 4241 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 4245 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 4247 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 12, expected level should be one of the following: 8, 10. | 4248 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 10, expected level should be one of the following: 6, 8. | 4249 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 4, 6. | 4250 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 4269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.quotas.QuotaScope' import. | 87 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 271 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 316 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 337 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 365 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 385 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 405 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 434 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 435 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 436 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 437 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 438 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 439 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 440 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 441 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 442 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 443 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 444 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 445 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 455 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 456 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 457 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 458 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 459 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 460 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 461 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 462 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 463 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 464 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 465 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 466 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 475 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 478 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 556 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 569 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 652 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 665 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 731 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 734 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 792 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 813 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 872 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 874 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 931 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1027 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1252 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1253 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1255 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1301 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1302 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1304 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1314 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1315 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1341 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1342 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1412 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1414 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1453 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1476 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1482 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1574 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1576 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1581 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1582 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1583 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1584 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1585 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1586 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1587 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1588 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1589 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1599 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1604 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1605 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1606 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1607 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1608 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1609 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1610 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1611 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 1612 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 1613 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1626 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1662 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1663 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1665 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1684 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1685 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1686 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1704 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1705 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1707 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1733 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1755 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1774 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1775 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1776 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1794 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1796 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1828 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1886 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1887 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1888 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1889 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1906 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1907 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1908 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1912 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2191 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2195 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2271 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2275 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2284 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2287 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2302 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2314 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2318 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2325 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2327 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2330 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2345 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2359 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2363 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2378 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2382 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2397 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2401 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2415 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2419 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2433 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2437 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2447 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2451 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2461 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2465 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2474 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 2478 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2542 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2565 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2580 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2595 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2609 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2623 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2624 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2625 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 2718 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 2719 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 2720 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 2721 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 2722 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 2723 | |
| indentation | Indentation | 'if' child have incorrect indentation level 8, expected level should be 6. | 2724 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 6, expected level should be 4. | 2725 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3029 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3042 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 3059 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 3061 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 3062 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 3064 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 3065 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 3066 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 3067 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 3075 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 3077 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 3078 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 3118 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 3120 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 3121 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 3124 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 3125 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 3126 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 3127 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 3128 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 3129 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 3138 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 3140 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 3141 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 3143 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 3144 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 3145 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 3146 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 3147 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 3148 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 3175 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 3176 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 3177 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 3179 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3180 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 215 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 218 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 219 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 221 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 244 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 245 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 246 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 247 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 248 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 249 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 250 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 252 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 290 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 291 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 293 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 308 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 309 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 330 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 331 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 350 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 351 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 353 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 370 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 371 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 373 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 406 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 407 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 410 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 447 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 448 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 449 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 450 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 452 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 472 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 473 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 474 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 492 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 493 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 494 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 495 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 516 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 517 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 518 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 519 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 520 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 534 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 535 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 536 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 537 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 538 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 539 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 586 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 587 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 589 | |
| indentation | Indentation | 'org' have incorrect indentation level 9, expected level should be 10. | 619 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 646 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 647 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 650 | |
| indentation | Indentation | 'org' have incorrect indentation level 9, expected level should be 10. | 702 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 758 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 759 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 760 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 768 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 770 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 771 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 779 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 781 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 782 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 784 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 785 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 786 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 787 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 794 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 797 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 800 | |
| indentation | Indentation | 'for' have incorrect indentation level 3, expected level should be 4. | 801 | |
| indentation | Indentation | 'for' child have incorrect indentation level 5, expected level should be 6. | 802 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 3, expected level should be 4. | 804 | |
| indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 805 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 806 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 3, expected level should be 4. | 807 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 809 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 810 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 811 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 818 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 819 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 822 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 825 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 826 | |
| indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 828 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 829 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 3, expected level should be 4. | 830 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 831 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 832 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 833 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 837 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 840 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 842 | |
| indentation | Indentation | 'for' have incorrect indentation level 3, expected level should be 4. | 843 | |
| indentation | Indentation | 'for' child have incorrect indentation level 5, expected level should be 6. | 844 | |
| indentation | Indentation | 'for' child have incorrect indentation level 5, expected level should be 6. | 845 | |
| indentation | Indentation | 'for' have incorrect indentation level 5, expected level should be 6. | 846 | |
| indentation | Indentation | 'for' child have incorrect indentation level 7, expected level should be 8. | 847 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 5, expected level should be 6. | 848 | |
| indentation | Indentation | 'for' child have incorrect indentation level 5, expected level should be 6. | 849 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 3, expected level should be 4. | 850 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 851 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 852 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 871 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 873 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 874 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 876 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 877 | |
| indentation | Indentation | 'if' have incorrect indentation level 3, expected level should be 4. | 878 | |
| indentation | Indentation | 'if' child have incorrect indentation level 5, expected level should be 6. | 879 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 3, expected level should be 4. | 880 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 881 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 882 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 1, expected level should be 2. | 887 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 895 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 896 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 897 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 1, expected level should be 2. | 902 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 910 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 911 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 912 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 1, expected level should be 2. | 920 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 921 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 922 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 3, expected level should be 4. | 923 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 1, expected level should be 2. | 924 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 946 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 947 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 948 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 949 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 950 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 952 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 970 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 971 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 990 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 991 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1010 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1011 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1030 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1031 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1033 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1081 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1093 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1094 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1157 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1192 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1216 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1217 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1249 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1273 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1288 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1340 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1341 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1412 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1461 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RegionOpeningState' import. | 58 | |
| imports | ImportOrder | Wrong order for 'edu.umd.cs.findbugs.annotations.Nullable' import. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 166 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| indentation | Indentation | 'method def lparen' have incorrect indentation level 6, expected level should be 2. | 220 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 220 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 234 | |
| indentation | Indentation | 'method def lparen' have incorrect indentation level 6, expected level should be 2. | 250 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 250 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 251 | |
| indentation | Indentation | 'method def lparen' have incorrect indentation level 6, expected level should be 2. | 262 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 262 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 271 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 289 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 351 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 368 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 369 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 374 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 393 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil. | 31 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos. | 32 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 39 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 45 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 54 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 6. | 62 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 6. | 63 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 4. | 64 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 69 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 72 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 73 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 74 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 6. | 76 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 6. | 77 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 79 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 80 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 81 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 82 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 83 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 84 | |
| indentation | Indentation | 'finally rcurly' have incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.DataInput' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 40 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseConfiguration' import. | 50 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.mapreduce.InputFormat' import. | 72 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream' import. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 539 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 542 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 546 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 549 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 597 | |
| blocks | LeftCurly | '{' at column 44 should have line break after. | 768 | |
| blocks | LeftCurly | '{' at column 45 should have line break after. | 771 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 774 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 802 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 803 | |
| sizes | MethodLength | Method length is 155 lines (max allowed is 150). | 921 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 961 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.MetaTableAccessor' import. | 47 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.HRegion' import. | 57 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 361 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 402 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 417 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 432 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 547 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 565 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 620 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 643 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 709 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 779 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 793 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 794 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 795 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 796 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 797 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 798 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.FileNotFoundException. | 20 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 36 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.snapshot.SnapshotManifestV2. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 116 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 151 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 152 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 153 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 176 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 315 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 327 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 342 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 365 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 366 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configured' import. | 44 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 51 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 118 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 143 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 182 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 220 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 294 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 315 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 422 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 494 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 6, 8. | 505 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 720 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 722 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 729 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.HRegion' import. | 52 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 160 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 310 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 393 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 431 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 533 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ExecutionException' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 36 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.StoreFileInfo' import. | 46 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ExecutionException' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.StoreFileInfo' import. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 3, expected level should be 2. | 56 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 3, expected level should be 2. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.InvalidProtocolBufferException' import. | 38 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 76 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 78 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 79 | |
| indentation | Indentation | 'while' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 81 | |
| indentation | Indentation | 'while' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 82 | |
| indentation | Indentation | 'while' child have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 83 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 84 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be one of the following: 16, 18. | 85 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be one of the following: 14, 16. | 86 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 87 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 89 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 90 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 91 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 92 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'member def type' have incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'member def modifier' have incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 6. | 68 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 6. | 69 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 6. | 71 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 6. | 77 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 89 | |
| indentation | Indentation | 'ctor def modifier' have incorrect indentation level 4, expected level should be 2. | 91 | |
| indentation | Indentation | 'ctor def' child have incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 4, expected level should be 2. | 93 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 4. | 97 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 98 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 4. | 99 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 6. | 100 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 107 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 6. | 109 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 6. | 110 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 4. | 111 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 112 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 114 | |
| sizes | MethodLength | Method length is 223 lines (max allowed is 150). | 114 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 4. | 116 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 6. | 117 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 6. | 118 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 6. | 125 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 136 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 141 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 143 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 144 | |
| indentation | Indentation | 'if' have incorrect indentation level 16, expected level should be 8. | 145 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 10. | 146 | |
| indentation | Indentation | 'if' child have incorrect indentation level 20, expected level should be 10. | 147 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 16, expected level should be 8. | 148 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 149 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 150 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 151 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 160 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'try' have incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 6. | 171 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 6. | 173 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 177 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 177 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 179 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 179 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 188 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 26, 27. | 189 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 190 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 24, 25. | 191 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 24, 25. | 192 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 12, expected level should be one of the following: 10, 24, 25. | 193 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 206 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 206 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 212 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 212 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 217 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 221 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 221 | |
| indentation | Indentation | 'while' have incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'while' child have incorrect indentation level 12, expected level should be 6. | 224 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 225 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 226 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 227 | |
| indentation | Indentation | 'while' child have incorrect indentation level 12, expected level should be 6. | 228 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 236 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 237 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 238 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 239 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 241 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 242 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 242 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 243 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 244 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 245 | |
| indentation | Indentation | 'try' have incorrect indentation level 12, expected level should be 6. | 248 | |
| indentation | Indentation | 'try' child have incorrect indentation level 16, expected level should be 8. | 249 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 12, expected level should be 6. | 250 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 12, expected level should be 6. | 252 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 254 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 255 | |
| sizes | LineLength | Line is longer than 100 characters (found 125). | 255 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 256 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 256 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 257 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 258 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 260 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 261 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 262 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 263 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 264 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 265 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 266 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 267 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 268 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 269 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 270 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 271 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 273 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 274 | |
| sizes | LineLength | Line is longer than 100 characters (found 141). | 274 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 275 | |
| sizes | LineLength | Line is longer than 100 characters (found 145). | 275 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 276 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 277 | |
| indentation | Indentation | 'try' have incorrect indentation level 12, expected level should be 6. | 280 | |
| indentation | Indentation | 'try' child have incorrect indentation level 16, expected level should be 8. | 281 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 12, expected level should be 6. | 282 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 12, expected level should be 6. | 284 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 286 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 287 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 288 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 289 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 290 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 291 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 292 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 293 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 294 | |
| sizes | LineLength | Line is longer than 100 characters (found 133). | 294 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 295 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 297 | |
| sizes | LineLength | Line is longer than 100 characters (found 149). | 297 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 298 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 299 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 300 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 301 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 302 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 304 | |
| sizes | LineLength | Line is longer than 100 characters (found 140). | 304 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 305 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 306 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 307 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 308 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 310 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 311 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 315 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 316 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 317 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 318 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 320 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 321 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 323 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 324 | |
| sizes | LineLength | Line is longer than 100 characters (found 161). | 324 | |
| indentation | Indentation | 'while' have incorrect indentation level 8, expected level should be 4. | 326 | |
| indentation | Indentation | 'while' child have incorrect indentation level 12, expected level should be 6. | 327 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 6. | 328 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 329 | |
| indentation | Indentation | 'if' child have incorrect indentation level 16, expected level should be 8. | 330 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 6. | 331 | |
| indentation | Indentation | 'while' child have incorrect indentation level 12, expected level should be 6. | 332 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 8, expected level should be 4. | 333 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 335 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 336 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 338 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 339 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 340 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 341 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 342 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 343 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 344 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 345 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 347 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 350 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 351 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 352 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 353 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 355 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 356 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 357 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 358 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 359 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 360 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 361 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 8, expected level should be 4. | 362 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 363 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 365 | |
| indentation | Indentation | 'for' have incorrect indentation level 8, expected level should be 4. | 366 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 6. | 367 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 8, expected level should be 4. | 368 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 369 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 4, expected level should be 2. | 371 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 372 | |
| indentation | Indentation | 'if' have incorrect indentation level 6, expected level should be 4. | 372 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 378 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be 14. | 397 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 402 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 403 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 4, expected level should be 2. | 404 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| design | FinalClass | Class HbaseHandlerMetricsProxy should be declared as final. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 117). | 178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 255 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 16, expected level should be 14. | 279 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 296 | |
| blocks | EmptyBlock | Must have at least one statement. | 306 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 112). | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. | 44 | |
| design | FinalClass | Class ClientConnnection should be declared as final. | 263 | |
| blocks | EmptyBlock | Must have at least one statement. | 293 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 58 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 92 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 98 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 99 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 100 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 101 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 102 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 103 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 104 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 105 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 234 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 133 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 152 | |
| sizes | MethodLength | Method length is 168 lines (max allowed is 150). | 449 | |
| indentation | Indentation | 'ctor def rcurly' have incorrect indentation level 3, expected level should be 4. | 643 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 695 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 711 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 724 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 735 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 1062 | |
| indentation | Indentation | 'else' child have incorrect indentation level 14, expected level should be 12. | 1064 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1300 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1302 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1363 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1365 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1372 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1374 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1693 | |
| indentation | Indentation | 'finally' child have incorrect indentation level 10, expected level should be 8. | 1815 | |
| indentation | Indentation | 'finally' child have incorrect indentation level 10, expected level should be 8. | 1852 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 30 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 153 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 154 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 8. | 155 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 156 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 157 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 158 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 159 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 8. | 160 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 161 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 162 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 166 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 167 | |
| indentation | Indentation | 'else' child have incorrect indentation level 10, expected level should be 8. | 168 | |
| indentation | Indentation | 'for' have incorrect indentation level 10, expected level should be 8. | 169 | |
| indentation | Indentation | 'for' child have incorrect indentation level 12, expected level should be 10. | 170 | |
| indentation | Indentation | 'for rcurly' have incorrect indentation level 10, expected level should be 8. | 174 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 6. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 120). | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 14, expected level should be 12. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 51 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.security.SaslRpcServer.SaslGssCallbackHandler' import. | 68 | |
| imports | ImportOrder | Wrong order for 'com.google.common.util.concurrent.ThreadFactoryBuilder' import. | 90 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 93 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 157 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 158 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 159 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 244 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 245 | |
| sizes | MethodLength | Method length is 208 lines (max allowed is 150). | 346 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 356 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 33 | |
| design | FinalClass | Class ThriftUtilities should be declared as final. | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 270 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 273 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 276 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 279 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 386 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 388 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 390 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 312 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 313 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 314 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 315 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 316 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 410 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 756 | |
| sizes | LineLength | Line is longer than 100 characters (found 140). | 800 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 878 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 883 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1046 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1153 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1306 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.AbstractMap' import. | 24 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 882 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 883 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 26 should have line break after. | 52 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 55 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 58 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 61 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 64 | |
| blocks | LeftCurly | '{' at column 35 should have line break after. | 67 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 70 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 38 should have line break after. | 37 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 40 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 41 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 43 should have line break after. | 36 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 39 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 42 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 46 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 41 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 41 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 41 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 41 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 39 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 41 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 39 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 41 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 39 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 41 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 38 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 41 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 41 should have line break after. | 45 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 40 should have line break after. | 37 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.CodedInputStream' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 38 should have line break after. | 37 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 40 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 43 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 46 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 49 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 24 should have line break after. | 46 | |
| blocks | LeftCurly | '{' at column 35 should have line break after. | 47 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 50 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 53 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 56 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 59 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 69 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 38 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 41 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 47 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 50 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 38 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 41 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 47 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 50 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 38 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 41 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 47 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 50 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 38 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 41 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 47 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 50 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 38 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 41 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 47 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 50 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 25 should have line break after. | 43 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 44 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 47 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 50 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 53 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 56 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 66 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 119 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 122 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 125 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 128 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 135 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 141 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 155 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 165 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 176 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 184 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 47 should have line break after. | 43 | |
| blocks | LeftCurly | '{' at column 28 should have line break after. | 48 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 24 should have line break after. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 45 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 63 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 66 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 69 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 72 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 27 should have line break after. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 27 should have line break after. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 27 should have line break after. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'edu.umd.cs.findbugs.annotations.CheckForNull' import. | 29 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 36 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 24 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 53 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 238 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 242 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 262 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 431 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 520 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 521 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class Base64 should be declared as final. | 120 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 491 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 492 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 493 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 494 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 495 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 496 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 498 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 499 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 500 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 501 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 502 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 503 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 505 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 506 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 507 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 508 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 509 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 510 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 512 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 513 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 886 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 950 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1119 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1187 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1377 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 1426 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1441 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.BlockingQueue' import. | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.AbstractQueue' import. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 159 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 191 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 310 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 312 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 314 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 42 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 234 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 3, expected level should be 2. | 142 | |
| indentation | Indentation | 'if' have incorrect indentation level 5, expected level should be 4. | 147 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 148 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 5, expected level should be 4. | 149 | |
| indentation | Indentation | 'else' child have incorrect indentation level 7, expected level should be 6. | 150 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 5, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 3, expected level should be 2. | 152 | |
| misc | UpperEll | Should use uppercase 'L'. | 225 | |
| misc | UpperEll | Should use uppercase 'L'. | 227 | |
| misc | UpperEll | Should use uppercase 'L'. | 228 | |
| misc | UpperEll | Should use uppercase 'L'. | 233 | |
| misc | UpperEll | Should use uppercase 'L'. | 239 | |
| misc | UpperEll | Should use uppercase 'L'. | 240 | |
| misc | UpperEll | Should use uppercase 'L'. | 245 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 276 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 | |
| misc | UpperEll | Should use uppercase 'L'. | 317 | |
| misc | UpperEll | Should use uppercase 'L'. | 330 | |
| misc | UpperEll | Should use uppercase 'L'. | 330 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 392 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 393 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 394 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 395 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 396 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 569 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 570 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 571 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 590 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 648 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 788 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 789 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 815 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 816 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 852 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 853 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 881 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 891 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 892 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 939 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 940 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 941 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 942 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 961 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 962 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 963 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 964 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 983 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 984 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 985 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 986 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 987 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1012 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1022 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1024 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 24 | |
| design | FinalClass | Class ByteStringer should be declared as final. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 617 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 634 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 659 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 660 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 687 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 808 | |
| indentation | Indentation | 'else' child have incorrect indentation level 5, expected level should be 6. | 835 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 848 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1000 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1061 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1083 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1154 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 3, expected level should be 4. | 1168 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1191 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1231 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1247 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1262 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1272 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1273 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1274 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 1599 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1640 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1641 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1642 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1643 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1648 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1672 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1685 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1686 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1687 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1714 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1715 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1725 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1726 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1735 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1745 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1852 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1865 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1866 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1868 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1876 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 1889 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 1898 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1958 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1959 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1963 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1965 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1992 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2088 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2091 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2094 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2127 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2130 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2133 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2162 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2165 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2168 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 2183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2227 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2252 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 2269 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 2281 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2294 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2305 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2306 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2309 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2488 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2489 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2490 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2511 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2512 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2513 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2539 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2540 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 2567 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2600 | |
| indentation | Indentation | 'for' child have incorrect indentation level 8, expected level should be 6. | 2607 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2613 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2614 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2635 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2636 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 39 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 335 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 336 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 349 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 359 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 361 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 363 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 365 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 367 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 369 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 371 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 373 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 425 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 120 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 120 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 121 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 142 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 142 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.CacheConfig' import. | 40 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 51 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.AbstractMap' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.LogFactory' import. | 41 | |
| indentation | Indentation | 'connections' have incorrect indentation level 3, expected level should be 4. | 54 | |
| blocks | LeftCurly | '{' at column 46 should have line break after. | 75 | |
| blocks | LeftCurly | '{' at column 44 should have line break after. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 42 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 47 | |
| design | FinalClass | Class CoprocessorClassLoader should be declared as final. | 77 | |
| indentation | Indentation | 'array initialization rcurly' have incorrect indentation level 2, expected level should be one of the following: 6, 8. | 126 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 169 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 238 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 264 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 10, expected level should be one of the following: 12, 14. | 266 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12. | 267 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 6, expected level should be one of the following: 8, 10. | 268 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 372 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 395 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 396 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 23 should have line break after. | 182 | |
| blocks | LeftCurly | '{' at column 23 should have line break after. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 40 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 45 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 | |
| blocks | LeftCurly | '{' at column 27 should have line break after. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 114 | |
| blocks | LeftCurly | '{' at column 25 should have line break after. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'synchronized' child have incorrect indentation level 8, expected level should be 6. | 151 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 6. | 152 | |
| indentation | Indentation | 'if' have incorrect indentation level 10, expected level should be 8. | 153 | |
| indentation | Indentation | 'if' child have incorrect indentation level 12, expected level should be 10. | 154 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 10, expected level should be 8. | 155 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 6. | 156 | |
| indentation | Indentation | 'else' have incorrect indentation level 8, expected level should be 6. | 157 | |
| indentation | Indentation | 'try' have incorrect indentation level 10, expected level should be 8. | 158 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 159 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 160 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 161 | |
| indentation | Indentation | 'try' child have incorrect indentation level 12, expected level should be 10. | 162 | |
| indentation | Indentation | 'try rcurly' have incorrect indentation level 10, expected level should be 8. | 163 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 165 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 166 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 167 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 10. | 168 | |
| indentation | Indentation | 'if' have incorrect indentation level 12, expected level should be 10. | 170 | |
| indentation | Indentation | 'if' child have incorrect indentation level 14, expected level should be 12. | 171 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 12, expected level should be 10. | 172 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 12, expected level should be 10. | 173 | |
| indentation | Indentation | 'catch rcurly' have incorrect indentation level 10, expected level should be 8. | 174 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 8, expected level should be 6. | 175 | |
| indentation | Indentation | 'synchronized' child have incorrect indentation level 8, expected level should be 6. | 176 | |
| indentation | Indentation | 'synchronized rcurly' have incorrect indentation level 6, expected level should be 4. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| design | FinalClass | Class EncryptionTest should be declared as final. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class EnvironmentEdgeManager should be declared as final. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ExceptionUtil should be declared as final. | 36 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 44 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 30 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Sets' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 271 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 272 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 273 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 310 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 328 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 329 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.BlockLocation' import. | 29 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.util.FSUtils. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 30 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 116 | |
| indentation | Indentation | 'if' child have incorrect indentation level 7, expected level should be 6. | 237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 337 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 390 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 419 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 437 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 456 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 462 | |
| indentation | Indentation | 'new' have incorrect indentation level 2, expected level should be 4. | 491 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 544 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 546 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 548 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 553 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 617 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.HadoopIllegalArgumentException' import. | 56 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil' import. | 79 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.HRegion' import. | 81 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Throwables' import. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 227 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 276 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 333 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 385 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 410 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 435 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 472 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 523 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 525 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 10, expected level should be 8. | 531 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 535 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 546 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 547 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 569 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 582 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 612 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 632 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 648 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 665 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 678 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 757 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 861 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 862 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 870 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 908 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 956 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 957 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 958 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 960 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 966 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 981 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1011 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1271 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1285 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1287 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1301 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1319 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1320 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 1321 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1322 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1323 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1338 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1379 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 1381 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1432 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1434 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 1445 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1511 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1513 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1535 | |
| indentation | Indentation | 'final' have incorrect indentation level 2, expected level should be 4. | 1538 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1554 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1563 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1568 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 1581 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1603 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 1629 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1704 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1727 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1755 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1768 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1843 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1862 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1863 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1864 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1866 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1876 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1877 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1879 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1942 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 2040 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 2042 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2136 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2170 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2172 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 27 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 58 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.HRegion' import. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 652 | |
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be 10. | 710 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 786 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 787 | |
| design | VisibilityModifier | Variable 'regionName' must be private and have accessor methods. | 814 | |
| design | VisibilityModifier | Variable 'metaFirstKey' must be private and have accessor methods. | 815 | |
| design | VisibilityModifier | Variable 'metaLastKey' must be private and have accessor methods. | 816 | |
| design | VisibilityModifier | Variable 'storesFirstKey' must be private and have accessor methods. | 817 | |
| design | VisibilityModifier | Variable 'storesLastKey' must be private and have accessor methods. | 818 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 820 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 874 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 876 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 951 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 988 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1083 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1088 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1277 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1278 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1280 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1298 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1302 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1313 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 1332 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1333 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 1362 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 1365 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1376 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1441 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 8, expected level should be 6. | 1716 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1726 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1727 | |
| indentation | Indentation | 'if' have incorrect indentation level 7, expected level should be 6. | 1760 | |
| indentation | Indentation | 'if' child have incorrect indentation level 9, expected level should be 8. | 1763 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 7, expected level should be 6. | 1764 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1816 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1832 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 2088 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 2108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2156 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2257 | |
| sizes | MethodLength | Method length is 219 lines (max allowed is 150). | 2278 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2281 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2353 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2503 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 2506 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2538 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2729 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2747 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 2908 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 2949 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 3016 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3032 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3080 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3241 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3242 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 6, expected level should be 4. | 3321 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3370 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3371 | |
| indentation | Indentation | '.' have incorrect indentation level 10, expected level should be 12. | 3397 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 3658 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 3659 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 3660 | |
| sizes | LineLength | Line is longer than 100 characters (found 137). | 3880 | |
| design | VisibilityModifier | Variable 'errorCount' must be private and have accessor methods. | 3919 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3982 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 4091 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 4152 | |
| coding | EmptyStatement | Empty statement. | 4211 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 4223 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 4519 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 4554 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 4559 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 4561 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 4563 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 4566 | |
| sizes | LineLength | Line is longer than 100 characters (found 145). | 4569 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 4570 | |
| sizes | LineLength | Line is longer than 100 characters (found 179). | 4571 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 4580 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 4581 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 4586 | |
| sizes | LineLength | Line is longer than 100 characters (found 128). | 4591 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4607 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4608 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 4624 | |
| sizes | MethodLength | Method length is 220 lines (max allowed is 150). | 4635 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 106 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 107 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 108 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 25 | |
| design | FinalClass | Class HFileArchiveUtil should be declared as final. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class HMerge should be declared as final. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 78 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 79 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 80 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 81 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 82 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 83 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 84 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 28 | |
| design | FinalClass | Class Entry should be declared as final. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 25 | |
| indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 52 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 54 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 55 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 10, expected level should be one of the following: 4, 6. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| indentation | Indentation | 'if' have incorrect indentation level 9, expected level should be 10. | 141 | |
| indentation | Indentation | 'if' have incorrect indentation level 11, expected level should be 12. | 142 | |
| indentation | Indentation | 'if' child have incorrect indentation level 13, expected level should be 14. | 143 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 11, expected level should be 12. | 144 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 9, expected level should be 10. | 145 | |
| indentation | Indentation | 'else' child have incorrect indentation level 11, expected level should be 12. | 146 | |
| indentation | Indentation | 'else rcurly' have incorrect indentation level 9, expected level should be 10. | 147 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 9, expected level should be 10. | 148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 345 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 346 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 370 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 371 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child have incorrect indentation level 14, expected level should be one of the following: 12, 23, 24. | 161 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 166 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 206 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 207 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 293 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| indentation | Indentation | 'CoordinatedStateManager' have incorrect indentation level 6, expected level should be 8. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 169 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 199 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 241 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 242 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 305 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 86 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 87 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 90 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 91 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 93 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 96 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 99 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 102 | |
| sizes | MethodLength | Method length is 158 lines (max allowed is 150). | 104 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 109 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 109 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 188 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 189 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 190 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 191 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 192 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 193 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 194 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 195 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 196 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 197 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 198 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 199 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 200 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 201 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 202 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 203 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 204 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 205 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 206 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 207 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 208 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 209 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 210 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 211 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 213 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 214 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 215 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Joiner' import. | 32 | |
| design | FinalClass | Class GcTimes should be declared as final. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 54 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 14, expected level should be one of the following: 8, 10. | 56 | |
| indentation | Indentation | 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 6, 8. | 57 | |
| indentation | Indentation | 'object def rcurly' have incorrect indentation level 10, expected level should be one of the following: 4, 6. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 53 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.AssignmentManager' import. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 | |
| indentation | Indentation | '.' have incorrect indentation level 4, expected level should be 6. | 230 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MissingSwitchDefault | switch without "default" clause. | 68 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 69 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 70 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 72 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 73 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 75 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 76 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 77 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 78 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 79 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 29 should have line break after. | 35 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 38 | |
| blocks | LeftCurly | '{' at column 30 should have line break after. | 47 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 58 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 61 | |
| blocks | LeftCurly | '{' at column 44 should have line break after. | 65 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 70 | |
| blocks | LeftCurly | '{' at column 30 should have line break after. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 32 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 269 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 348 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 348 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 350 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 465 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 466 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 467 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 468 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 469 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 470 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 471 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 472 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 473 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 583 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 584 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 606 | |
| coding | EmptyStatement | Empty statement. | 607 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 653 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 654 | |
| blocks | LeftCurly | '{' at column 49 should have line break after. | 727 | |
| blocks | LeftCurly | '{' at column 48 should have line break after. | 728 | |
| blocks | LeftCurly | '{' at column 60 should have line break after. | 729 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 837 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 921 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 922 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 923 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 924 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 943 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 944 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 945 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 962 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 978 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 986 | |
| coding | EmptyStatement | Empty statement. | 987 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1004 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1006 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1102 | |
| coding | EmptyStatement | Empty statement. | 1103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1199 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1756 | |
| coding | EmptyStatement | Empty statement. | 1757 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 30 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 44 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 53 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 75 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 84 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 93 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 102 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 107 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 114 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 126 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 30 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 81 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 272 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 273 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 274 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 275 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 276 | |
| indentation | Indentation | 'case' child have incorrect indentation level 4, expected level should be 6. | 277 | |
| indentation | Indentation | 'block' child have incorrect indentation level 6, expected level should be 8. | 278 | |
| sizes | LineLength | Line is longer than 100 characters (found 125). | 392 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 403 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 75 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 79 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 83 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.commons.logging.Log' import. | 46 | |
| design | FinalClass | Class RegionMover should be declared as final. | 75 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 671 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 672 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 674 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 688 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 689 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 690 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 718 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 719 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 720 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 743 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 744 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 745 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 790 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 791 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 792 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 794 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 819 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 821 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 842 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 843 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 844 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 871 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 872 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 873 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 875 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 889 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 890 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 892 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ArrayListMultimap' import. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 222 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 65 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 412 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 414 | |
| sizes | MethodLength | Method length is 198 lines (max allowed is 150). | 435 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 552 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 637 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 720 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 729 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 760 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 761 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 763 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 802 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 804 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 32 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'else' construct must use '{}'s. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 57 should have line break after. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 185 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 219 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 45 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.BlockingQueue' import. | 23 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 38 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 43 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 123 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 227 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 239 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 254 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 268 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 269 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 314 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 315 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 316 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 318 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 347 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 348 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 349 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 350 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 351 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 371 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 372 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 373 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 374 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 467 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 468 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class UnsafeAvailChecker should be declared as final. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 92 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 94 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 111 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 113 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 66 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 67 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 68 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 69 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 70 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 71 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 72 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 73 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 74 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 75 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 76 | |
| indentation | Indentation | 'block' child have incorrect indentation level 10, expected level should be 12. | 77 | |
| indentation | Indentation | 'case' child have incorrect indentation level 8, expected level should be 10. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Lists' import. | 31 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 37 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 332 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 335 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 480 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 516 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 524 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.replication.ReplicationException. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'if' child have incorrect indentation level 11, expected level should be one of the following: 10, 12. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.primitives.Bytes' import. | 37 | |
| indentation | Indentation | 'ctor def rparen' have incorrect indentation level 6, expected level should be 2. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 51 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 34 | |
| blocks | LeftCurly | '{' at column 49 should have line break after. | 182 | |
| misc | UpperEll | Should use uppercase 'L'. | 188 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 112 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 114 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 115 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 156 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 157 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 158 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 159 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 191 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.InterruptedIOException' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.CancelableProgressable' import. | 40 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.MetricsWAL' import. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 277 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 380 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl' import. | 44 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 347 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 348 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 388 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 389 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 390 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 391 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 220 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 281 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 283 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 290 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 296 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 301 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 303 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 318 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 390 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 392 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 394 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 396 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 398 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 225 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 227 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 228 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 | |
| sizes | MethodLength | Method length is 152 lines (max allowed is 150). | 272 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 433 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 434 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 435 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 471 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 472 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 473 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 474 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 475 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 476 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 523 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 524 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 528 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 580 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 581 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 612 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 613 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 615 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 621 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 661 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 665 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 692 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 693 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 694 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 695 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 697 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 760 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 762 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 763 | |
| design | VisibilityModifier | Variable 'dataAvailable' must be private and have accessor methods. | 881 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 892 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 931 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 932 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1093 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1221 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1304 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1387 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1515 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 1538 | |
| indentation | Indentation | 'catch' child have incorrect indentation level 10, expected level should be 8. | 1621 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1798 | |
| misc | UpperEll | Should use uppercase 'L'. | 1802 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1897 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1921 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1927 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1939 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2001 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2002 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2006 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2191 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2193 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2200 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 2237 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 2269 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 2299 | |
| design | VisibilityModifier | Variable 'mutation' must be private and have accessor methods. | 2300 | |
| design | VisibilityModifier | Variable 'nonceGroup' must be private and have accessor methods. | 2301 | |
| design | VisibilityModifier | Variable 'nonce' must be private and have accessor methods. | 2302 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2308 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2309 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2313 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2332 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Abortable' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 55 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Abortable' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class EmptyWatcher should be declared as final. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 57 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Abortable' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 2, expected level should be 4. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.com.google.protobuf.InvalidProtocolBufferException' import. | 33 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 172 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 204 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 226 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.EOFException' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RegionServerStoppedException' import. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 253 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 254 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 256 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 269 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 272 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 274 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 302 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 305 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 306 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 352 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 353 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 355 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 357 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 359 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 370 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 371 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 372 | |
| blocks | EmptyBlock | Must have at least one statement. | 384 | |
| blocks | EmptyBlock | Must have at least one statement. | 403 | |
| blocks | EmptyBlock | Must have at least one statement. | 405 | |
| blocks | EmptyBlock | Must have at least one statement. | 408 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 434 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 435 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 436 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 437 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 438 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 472 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 473 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 475 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 488 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 542 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 543 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 544 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 546 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 557 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 578 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 588 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 589 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 590 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 592 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 597 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 598 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 39 | |
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 292 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 325 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 326 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 366 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 367 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.htrace.Trace' import. | 47 | |
| blocks | LeftCurly | '{' at column 9 should have line break after. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 136 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 235 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 266 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 307 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 338 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 370 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 402 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 453 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 484 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 515 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 555 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 638 | |
| indentation | Indentation | 'while rcurly' have incorrect indentation level 4, expected level should be 6. | 685 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 687 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 750 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| indentation | Indentation | 'method call' child have incorrect indentation level 9, expected level should be 10. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.LinkedList' import. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| misc | UpperEll | Should use uppercase 'L'. | 170 | |
| misc | UpperEll | Should use uppercase 'L'. | 174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 199 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 301 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 475 | |
| indentation | Indentation | '"because node does not exist (not an error)"' have incorrect indentation level 6, expected level should be 8. | 566 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 613 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 769 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 770 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 771 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 829 | |
| indentation | Indentation | 'try' child have incorrect indentation level 5, expected level should be 6. | 1082 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1099 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1245 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1246 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1247 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1286 | |
| design | FinalClass | Class CreateAndFailSilent should be declared as final. | 1519 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1533 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1534 | |
| design | FinalClass | Class DeleteNodeFailSilent should be declared as final. | 1551 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1558 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1559 | |
| design | FinalClass | Class SetData should be declared as final. | 1573 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1587 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1588 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1607 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1642 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1649 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1659 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1660 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1661 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1662 | |
| indentation | Indentation | 'if' have incorrect indentation level 8, expected level should be 10. | 1665 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 1666 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 1669 | |
| indentation | Indentation | 'if' child have incorrect indentation level 10, expected level should be 12. | 1670 | |
| indentation | Indentation | 'if rcurly' have incorrect indentation level 8, expected level should be 10. | 1671 | |
| indentation | Indentation | 'case' child have incorrect indentation level 6, expected level should be 8. | 1672 | |
| indentation | Indentation | 'block' child have incorrect indentation level 8, expected level should be 10. | 1673 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1761 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1762 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1763 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1770 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1808 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1882 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1945 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2024 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2043 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2052 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2065 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'baseZNode' must be private and have accessor methods. | 45 | |
| design | VisibilityModifier | Variable 'metaZNodePrefix' must be private and have accessor methods. | 47 | |
| design | VisibilityModifier | Variable 'metaReplicaZNodes' must be private and have accessor methods. | 49 | |
| design | VisibilityModifier | Variable 'rsZNode' must be private and have accessor methods. | 51 | |
| design | VisibilityModifier | Variable 'drainingZNode' must be private and have accessor methods. | 53 | |
| design | VisibilityModifier | Variable 'masterAddressZNode' must be private and have accessor methods. | 55 | |
| design | VisibilityModifier | Variable 'backupMasterAddressesZNode' must be private and have accessor methods. | 57 | |
| design | VisibilityModifier | Variable 'clusterStateZNode' must be private and have accessor methods. | 59 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 61 | |
| design | VisibilityModifier | Variable 'tableZNode' must be private and have accessor methods. | 62 | |
| design | VisibilityModifier | Variable 'clusterIdZNode' must be private and have accessor methods. | 64 | |
| design | VisibilityModifier | Variable 'splitLogZNode' must be private and have accessor methods. | 66 | |
| design | VisibilityModifier | Variable 'balancerZNode' must be private and have accessor methods. | 68 | |
| design | VisibilityModifier | Variable 'regionNormalizerZNode' must be private and have accessor methods. | 70 | |
| design | VisibilityModifier | Variable 'switchZNode' must be private and have accessor methods. | 72 | |
| design | VisibilityModifier | Variable 'tableLockZNode' must be private and have accessor methods. | 74 | |
| design | VisibilityModifier | Variable 'recoveringRegionsZNode' must be private and have accessor methods. | 76 | |
| design | VisibilityModifier | Variable 'namespaceZNode' must be private and have accessor methods. | 78 | |
| design | VisibilityModifier | Variable 'masterMaintZNode' must be private and have accessor methods. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.HashMap. | 24 | |
| imports | UnusedImports | Unused import - java.util.Map. | 26 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants. | 37 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HRegionInfo. | 38 | |
| design | VisibilityModifier | Variable 'znodePaths' must be private and have accessor methods. | 83 | |
| design | VisibilityModifier | Variable 'saslLatch' must be private and have accessor methods. | 91 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 237 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 364 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 373 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 381 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 389 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 398 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 471 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 521 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 580 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 581 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 598 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 626 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 627 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.InterProcessLock' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Preconditions' import. | 42 | |
| design | FinalClass | Class ZNodeComparator should be declared as final. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 393 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.InterProcessLock.MetadataHandler' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 33 | |
| design | FinalClass | Class JmxCacheBuster should be declared as final. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Method' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.base.Objects' import. | 34 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 59 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 60 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 61 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 62 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 63 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 64 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 65 | |
| indentation | Indentation | 'array initialization' child have incorrect indentation level 6, expected level should be 4. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 233 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child have incorrect indentation level 5, expected level should be 4. | 273 | |
| indentation | Indentation | 'addNewMetricIfAbsent' have incorrect indentation level 2, expected level should be 4. | 501 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization lcurly' have incorrect indentation level 6, expected level should be one of the following: 2, 4. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'quantile' must be private and have accessor methods. | 29 | |
| design | VisibilityModifier | Variable 'error' must be private and have accessor methods. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.annotations.VisibleForTesting' import. | 30 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 283 | |
| design | VisibilityModifier | Variable 'g' must be private and have accessor methods. | 291 | |
| design | VisibilityModifier | Variable 'delta' must be private and have accessor methods. | 297 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |